Tuesday, May 28, 2019

Re: URL conf error

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 <madhurkabra98@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-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/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/CAFCXTzgfXZBdKLMuZbRZnWt%3DfPz6M_auhbVVJZ-%3DwxmdONbjTA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment