Re: Django app models
On 05/14/2011 04:25 PM, augdawg wrote:
> I can add it to my PYTHONPATH by doing 'export PYTHONPATH="<path>"'
> right?
>
Yes, but you might want to just append it to your PYTHONPATH, in case
there's already something there you don't want to lose.
Like this:
export PYTHONPATH=$PYTHONPATH;<path>
Maybe even put the new one first, if you expect a naming conflict.
--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home