Hi Nate, You are right... I did not uncomment (r^...). now it works.
thanks so much! and thanks too to Adam and Matthias! David On May 5, 9:43 am, Domain Admin <[email protected]> wrote: > In the urls.py did you also uncomment the last line where it says: > # Uncomment the next line to enable the admin: > (r'^admin/(.*)', admin.site.root), ? > > -Nate > > > > On Tue, May 5, 2009 at 12:34 PM, David <[email protected]> wrote: > > > yes, i added "/admin" to the url. > > > thanks, > > > david > > > On May 5, 9:05 am, Matthias Petermann <[email protected]> wrote: > > > Did you add /admin to the URL? > > > > Kind regards, > > > Matthias > > > > Am Dienstag, den 05.05.2009, 09:03 -0700 schrieb David: > > > > > ...and I re-started the dev server as the 4th step > > > > > david > > > > > On May 5, 8:57 am, David <[email protected]> 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.- Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

