I run into this issue all the time since I put all of my apps in
"site-packages/django_apps/*", the only thing you can do is manually
change the imports to fit your naming structure

So for all mine I have to edit the imports and prepend "django_apps."
for all of the internal imports (eg. "from django_apps.tagging.fields
import TagField")

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

Reply via email to