On Wednesday 05 Aug 2009 6:14:48 am Matthew wrote: > Also of note, when I ran python manage.py reset coltrane, I got this > error: > > Error: App with label coltrane could not be found. Are you sure your > INSTALLED_APPS setting is correct?
on the python shell try: import coltrane and if that succeeds from coltrane import * - you may find an import error in coltrane. -- regards kg http://lawgon.livejournal.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---