Ok... Sir please Can I have your WhatsApp number, So that you could put me through better
On Tue, Jul 7, 2020, 4:58 PM Mottaz Hegaze <[email protected]> wrote: > try to use function name IndexList with reverse , not the url name > i don't see all your code > > On Tue, Jul 7, 2020 at 5:41 PM Tanni Seriki <[email protected]> > wrote: > >> Thanks sir I tried that also, >> But it brinks another error >> No reverse for index, index not a valid function >> >> On Tue, Jul 7, 2020, 4:38 PM Mottaz Hegaze <[email protected]> wrote: >> >>> try this >>> >>> in your project urls not your app urls register the namespace like this >>> >>> path('' , include('blog.urls' , namespace="post") >>> >>> >>> >>> On Tue, Jul 7, 2020 at 5:11 PM Tanni Seriki <[email protected]> >>> wrote: >>> >>>> Please family.please help me out, >>>> Am trying to create a posts details Page, in model.py I declare a get >>>> absolute URL with a reverse of my post details urls. But if I run it it >>>> shows me an error, no reverse, post is not a registered namespace. >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Django users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/django-users/6bc7554b-bee8-40ee-8662-e156ff6ae768o%40googlegroups.com >>>> . >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Django users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/django-users/CAHV4E-ddZOSARB9tOqu2cXY6SOR_OoUUWjbE40_v%2B8u1YetF%2BA%40mail.gmail.com >>> <https://groups.google.com/d/msgid/django-users/CAHV4E-ddZOSARB9tOqu2cXY6SOR_OoUUWjbE40_v%2B8u1YetF%2BA%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/CALWCJq3vH%3DzgOFO%3DG2k6Lc%2BXZAyyrX1EXFSgKKEGa0Hp43tzXA%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CALWCJq3vH%3DzgOFO%3DG2k6Lc%2BXZAyyrX1EXFSgKKEGa0Hp43tzXA%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAHV4E-e8vL1eGKNBLN%2B%3DzpaBZ%2B0sBFNvxviHWSZ%3DAsHsiTg4ZQ%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAHV4E-e8vL1eGKNBLN%2B%3DzpaBZ%2B0sBFNvxviHWSZ%3DAsHsiTg4ZQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALWCJq2ZZai%3DB_-WsGXNTa99WAMT9BycyM53YS33ngu-w6t_4A%40mail.gmail.com.

