Wednesday, May 29, 2019

Re: URL conf error

Thanks for your answer, I have imported the views correctly, and made the changes what you suggested. But its' still not working

On Wednesday, May 29, 2019 at 12:53:31 AM UTC+5:30, Victor H. Velasquez Rizo wrote:
Hi Madhur.

On your urls.py,
change: url('^$', views.index, name=index),
to: url('^$', views.index, name="index"),

I assume that you imported the views.

On Tue, May 28, 2019 at 12:31 PM Madhur Kabra <madhur...@gmail.com> wrote:
I am getting the url conf error. I  have attached the relevant files. Thanks for the assistance

--
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 django...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/37eedb50-637a-45bf-839a-cbe52a410f4e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--



Atte...,.
Vìctor Hugo Velàsquez Rizo
Cali - Colombia

--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a002db7a-1415-4388-9fa3-621349cff19b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment