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 <ww...@yahoo.com> wrote:

>
> yes, i added "/admin" to the url.
>
> thanks,
>
> david
>
>
> On May 5, 9:05 am, Matthias Petermann <matth...@d2ux.org> 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 <ww...@yahoo.com> 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 -
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to