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
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
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
3 matches
Mail list logo