On Wednesday, July 2, 2014 9:47:08 AM UTC+1, Lloyd Dube wrote: > > I suggest you do so. It is important to understand how the framework works > before attempting to create your own projects or even using existing apps. > > Page not found (404) > Request Method: GET > Request URL: http://127.0.0.1:8000/articles/year > Using the URLconf defined in mysite.urls, Django tried these URL patterns, > in this order: > ^articles/(\d{4})/$ > ^articles/(\d{4})/(\d{2})/$ > ^articles/(\d{4})/(\d{2})/(\d+)/$ > ^admin/ > The current URL, articles/year, didn't match any of these. > You're seeing this error because you have DEBUG = True in your Django > settings file. Change that to False, and Django will display a standard 404 > page. >
I keep having this prob -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/50e3f958-f1f3-4330-837a-41269b432549%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

