On Monday, October 27, 2014 8:58:36 AM UTC-7, Scot Hacker wrote:
>
>
> add2virtualenv /path/to/custom/apps/directory
>
>
>
And when its time to deploy, you'll need to do similar on the server, using 
an equivalent method in the wsgi definition, e.g.:

import os, sys, site

sys.path.append('/path/to/custom/apps/directory') 


./s


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a3bb2bcd-d642-4c58-b59c-661e5e164953%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to