Skip to content Skip to sidebar Skip to footer

NoReverseMatch At /polls/ (django Tutorial)

I have seen a few other questions about this on SO but they didn't solve my problem. I am running Django 1.8.5, Python 2.7.6. I updated the root urls.py to from django.conf.urls i

Solution 1:

If the ROOT_URLCONF setting is mysite.urls, then the urls.py should be in the nested mysite directory, i.e. mysite/mysite/urls.py.


Post a Comment for "NoReverseMatch At /polls/ (django Tutorial)"