Tuesday, January 31, 2017

Re: Can any one help me with this error "Page not found (404)" ?

Once the polls app is created there is no reference to the root /project site!

On Wednesday, April 27, 2011 at 1:48:17 PM UTC+1, Oleg Lomaka wrote:
Go on read 3rd part of tutorial about urls.py configuration


On Wed, Apr 27, 2011 at 8:13 AM, Maaz Muqri <maazbi...@gmail.com> wrote:
Page not found (404)
Request Method: GET
Request URL:    http://127.0.0.1:8000/
Using the URLconf defined in mysite.urls, Django tried these URL
patterns, in this order:
^admin/
The current URL, , 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.

____________________________________________________________________________________________


Iam getting this error when I am running the first Django Polls
Application. Can anyone say me where is this Django settings file ? I
am using Ubuntu operating system

--
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/6ca311cf-ae0e-4297-9624-8743d23e03ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment