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.py sql  foo'  I get the expected:
      App with label foo  could not be found

If I misspell the entry in INSTALLED_APPS, I get the expected
'ImportError: No module name xpolls'

'python manage.py validate polls'
reports 0 errors.

help appreciated
Karl


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to