Startup help

2007-07-22 Thread kbochert
Just starting. I have followed the polls tutorial up to where it suggests 'python manage.py sql polls' To see the sql generated for the polls app. I get an error message that ends with: django.core.exceptions.ImproperlyConfigured: App with label could not be found If I try 'python manage.p

Startup help !!bug!!

2007-07-22 Thread kbochert
Seems unlikely but heres some detail on the problem reported in 'Startup help' An exception was being raised in loading.py:get_app(app_label, emptyOK = False) This function was being called twice, the second time with an empty app_label and emptyOK False. It