Page not found (404)  Request Method: GET  Request URL:
http://10.115.4.61:1234/weblog/2010/apr/14/how-it-functions/

Using the URLconf defined in django_project.urls, Django tried these URL
patterns, in this order:

   1. ^admin/
   2. ^weblog/$
   3.
   ^weblog/(?P<year>\d{4})/(?P<month>\w{3})/(?P<day>\d{2})/(P?<slug>[-\w]+)/$

The current URL, weblog/2010/apr/14/how-it-functions/, 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.



please help
-- 
-- 
--
Thanking You,

Pankaj Kumar Singh,
2nd Year Undergraduate Student,
Department of Agricultural and Food Engineering,
Indian Institute of Technology,
Kharagpur

Mobile - (+91) 8001231685

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to