Thanks Evert for your reply. I had tried that as well and it gave me the following error.
TemplateDoesNotExist at /admin/ admin/login.html Request Method: GET Request URL: http://127.0.0.1:8000/admin/ Exception Type: TemplateDoesNotExist Exception Value: admin/login.html Exception Location: C:\Program Files\Python25\Lib\site-packages\django \template\loader.py in find_template_source, line 72 Richa On Mar 31, 3:59 pm, Evert Rol <[EMAIL PROTECTED]> wrote: > > I am a newbie with Django and was trying to get it work on windows > > vista following the tutorial > > athttp://www.djangoproject.com/documentation/0.96/tutorial02/ > > . > > > After "activating the admin site" as suggested in the tutorial, I got > > the following error > > > Using the URLconf defined in mysite.urls, Django tried these URL > > patterns, in this order: > > > 1. ^admin/ > > > The current URL, /, didn't match any of these. > > > on callinghttp://127.0.0.1:8000/. > > > Could anybody help please. > > Well, the tutorial says: "Now, open a Web browser and go to "/admin/" > on your local domain -- e.g.,http://127.0.0.1:8000/admin/. You should > see the admin's login screen" > > So you should head over tohttp://127.0.0.1:8000/admin/instead > ofhttp://127.0.0.1:8000/ > . Details on the how and why follow later (part 3). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---