On Mon, Nov 3, 2008 at 1:59 PM, Valts Mazurs <[EMAIL PROTECTED]> wrote:
> Usually Django applications are specific to Django and are not really usable
> outside Django. That's why seeing "tagging" in my site-packages directory
> might confuse me as I could think that this package supports some general
> tagging.
>
> Valts.

You can put any directory on your PYTHONPATH - it doesn't necessarily
have to be in site-packages.

Personally, I have django_apps and django_projects directories on my
PYTHONPATH for obvious purposes, which are nowhere near my
site-packages.

Jonathan.

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