On Apr 15, 2:14 am, Daniel Sisco <daniel.si...@gmail.com> wrote: > All: > > I'm adding an app (from django snippits) that is just a template tag > for a calendar application in my blog. This is the new directory > structure: > > /apps/postcal > | > ----------> __init__.py > | > ----------> /templatetags > | > ----------> __init__.py > | > ----------> calendar.py > > settings.py has been modified to include postcal as such: > > ADDITIONAL_APPS = ( > 'recaptcha', > 'pingback', > 'watchlist', > 'blogroll', > 'robots', > 'django.contrib.admindocs', > 'gravatar', > 'userdata', > 'thumbnail', > 'postcal', > ) > > Calls to manage.py that worked fine before, now throw the error: > "Error: no module named manager".
I don't understand this error, but I can tell you that you need a models.py for Django to recognise your application, even if it's blank. Try adding one and see if it solves your problem. -- DR. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---