Re: Not able to resolve this error

2010-04-15 Thread Pankaj Singh
Thanx Problem resolved :) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more opt

Re: Not able to resolve this error

2010-04-15 Thread ge...@aquarianhouse.com
P?[-\w]+ to ?P[-\w]+ On Apr 15, 3:46 pm, Pankaj Singh wrote: >  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

Not able to resolve this error

2010-04-15 Thread Pankaj Singh
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\d{4})/(?P\w{3})/(?P\d{2})/(P?[