Re: Help: django.contrib.admin

2009-04-30 Thread David
fixed... thanks! david On Apr 30, 8:42 am, Karen Tracey wrote: > On Thu, Apr 30, 2009 at 11:36 AM, David wrote: > > > Hello, > > > I followed Django tutorial 2 to activate the admin site, however I got > > > da...@django:~/mysite$ python manage.py syncdb > > Error: No module named admindjango

Re: Help: django.contrib.admin

2009-04-30 Thread Karen Tracey
On Thu, Apr 30, 2009 at 11:36 AM, David wrote: > > Hello, > > I followed Django tutorial 2 to activate the admin site, however I got > > da...@django:~/mysite$ python manage.py syncdb > Error: No module named admindjango.contrib > > after I added "django.contrib.admin" to your INSTALLED_APPS sett

Help: django.contrib.admin

2009-04-30 Thread David
Hello, I followed Django tutorial 2 to activate the admin site, however I got da...@django:~/mysite$ python manage.py syncdb Error: No module named admindjango.contrib after I added "django.contrib.admin" to your INSTALLED_APPS setting. This is how it looks like. INSTALLED_APPS = ( 'django