Dj Gilcrease wrote:
> 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
> 
The ONLY thing?

> 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")
> 
Why not just add .../site-packages/django_apps to your PYTHONPATH,
making direct imports from that directory possible? That seems much
easier than modifying the source, and it's a standard Python mechanism.

regards
 Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.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