Re: Can't start admin in web tutorial

2009-02-03 Thread andrewz
Thanks for the prompt reply. I am working from 1.0.2, and, yes, I tried altering the urlpattern to match the online docs after the urlpattern I uncommented didn't work. I had been working through The Definitive Guide to Django, but it's based off 0.96, so I hit a snag when I got to the admin chapt

Re: Can't start admin in web tutorial

2009-02-03 Thread Karen Tracey
On Wed, Feb 4, 2009 at 1:22 AM, andrewz wrote: > > I'm a Django newbie, as the subject suggests, and couldn't find this > problem addressed in this group's archives. > > I've done the following, as per the web tutorial: > • Add "django.contrib.admin" to INSTALLED_APPS setting. > • Run python mana

Can't start admin in web tutorial

2009-02-03 Thread andrewz
I'm a Django newbie, as the subject suggests, and couldn't find this problem addressed in this group's archives. I've done the following, as per the web tutorial: • Add "django.contrib.admin" to INSTALLED_APPS setting. • Run python manage.py syncdb. • Edit mysite/urls.py file and uncomment the li