Do you absolutely require the name or would it be enough for you to
have an isolated environment for your django-related packages? In this
case take a look at virtualenv and to some extend also buildout :-)

http://pypi.python.org/pypi/virtualenv
http://pypi.python.org/pypi/zc.buildout

-- Horst

On Mon, Nov 3, 2008 at 10:02 AM, Dj Gilcrease <[EMAIL PROTECTED]> 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
>
> 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