On 5/5/2009 8:57 AM, David wrote: > Hello, > > I am following those steps in django tutorial 2, however I can not > get "django administration: Username and Password" page. I still get > the "Welcome" page. > > I did these steps twice but I got the same result. > > 1. Add "django.contrib.admin" to your INSTALLED_APPS setting. > 2. Run python manage.py syncdb. Since you have added a new > application to INSTALLED_APPS, the database tables need to be > updated. > 3. Edit your mysite/urls.py file and uncomment the lines below the > “Uncomment the next two lines...” > > Can anybody tell me what I should do to fix this? > > Thanks so much.
What URL are you accessing? If you're using the local development server you should be hitting http://localhost:8000/admin/. -- George --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

