I recently did something similar but what I ended up doing was
creating a symbolic link to a path that was already in my sys.path
location.  For me since I have site-packages/django I just created a
site-packages/djangoapps subdirectory and then reference each
application with djangoapps.registration for instance.

Michael

On 4/20/07, tejas <[EMAIL PROTECTED]> wrote:
>
> Gah!
>
> I'm so sorry
>
> I forgot to change one of the urls when moving the app out of my
> project directory
>
> on a related note - I'm using ubuntu and I tried setting the
> PYTHONPATH variable to my APPS directory, but then django could not
> see the apps (so I used the python import statement). Am I trying to
> set the right variable?
>
>
>
> >
>

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