Hi all,

i've got an app named liger with a settings.py file which in
INSTALLED_APPS has:

'liger.profiles'... along with other apps

In liger/profiles/models.py i define:

class Profile(models.Model)...

And this is the output of manage.py is the following:

C:\www\djangoliger\liger>python manage.py sql profiles
Error: cannot import name Profile. Are you sure your INSTALLED_APPS
setting is correct?

I'm running on rev. 3764 (latest SVN as of now)

Can someone help me understand whats going on?

Thanks,
Lorenzo


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to