Re: Error: no module named manager

2009-04-15 Thread Daniel Sisco
py > > > settings.py has been modified to include postcal as such: > > > ADDITIONAL_APPS = ( > >     'recaptcha', > >     'pingback', > >     'watchlist', > >     'blogroll', > >     'robots', > >     

Re: Error: no module named manager

2009-04-15 Thread Daniel Roseman
.contrib.admindocs', >     'gravatar', >     'userdata', >     'thumbnail', >     'postcal', >     ) > > Calls to manage.py that worked fine before, now throw the error: > "Error:

Error: no module named manager

2009-04-14 Thread Daniel Sisco
( 'recaptcha', 'pingback', 'watchlist', 'blogroll', 'robots', 'django.contrib.admindocs', 'gravatar', 'userdata', 'thumbnail', 'postcal', ) Calls to manage.py that w