Same virtual-env for all django projects
Hi Djangoers,
I am using virtual-env for my django project and I wanted to know that is it ok to use the same virtual-env for all the django projects on my system?
or do I need to create a virtual-env for every other django project?
So what I am doing is that I have the virtual-env dir in my folder django and I have just started my project on Django called mysite (following the tutorial). So now if I wish to create a new django project, can I again do `source django-env/bin/activate` and then create the new app?
or new dir and new virtual-env??
--
Thanks & Regards
-- Thanks & Regards
Smaran Harihar
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