Friday, September 27, 2013

Re: Multiple django web applications

drakko, using virtualenv will certainly help in isolating your projects and dependencies. You can host both on the same server, how you go about doing this will depend in part on your setup. If you're using Apache with mod_wsgi I think - if memory serves correctly - that you could just use different vhosts. Using gunicorn just run each Django app on a different port.

Ben

On Friday, September 27, 2013 4:54:44 AM UTC-4, drakko wrote:
Hello django gurus!

I wanted to kindly ask if there is a way how to keep two django web application on the same server?
I have heard that it might be possible by using virtualenv. But as I'm new to python and web development I wanted to find out if what kind of approaches there are to achieve this goal.

Thank You!!

drakko 

--
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+unsubscribe@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.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment