NEED HELP- I started learning Django, and was following tutorial from http://www.djangobook.com/en/1.0/chapter02/ , but when i started server after editing view file (followed tutorial as it is) getting error-
Page not found (404) Using the URLconf defined in mysite.urls, Django tried these URL patterns, in this order: ^time/$ The current URL, , didn't match any of these. -- Dharmendra Kumar Verma B-Tech Bioinformatics VIT University, TN (India) Web- http://www.dharmendralinuxdiary.blogspot.com -- 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.

