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

2011-04-27 Thread Maaz Muqri
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 setti

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

2011-04-27 Thread Oleg Lomaka
Go on read 3rd part of tutorial about urls.py configuration http://docs.djangoproject.com/en/dev/intro/tutorial03/ On Wed, Apr 27, 2011 at 8:13 AM, Maaz Muqri wrote: > Page not found (404) > Request Method: GET > Request URL:http://127.0.0.1:8000/ > Using the URLconf defined in mysite.urls,

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

2017-01-31 Thread Thames Khi
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 > http://docs.djangoproject.com/en/dev/intro/tutorial03/ > > > On Wed, Apr 27, 2011 a

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

2017-01-31 Thread ludovic coues
Could you share your urls.py files and the actual error you get ? On 31 Jan 2017 1:09 p.m., "Thames Khi" wrote: 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