Re: Django in Production and Virtualenv

2017-06-07 Thread Melvyn Sopacua
On Tuesday 06 June 2017 19:08:10 Bruce Whealton wrote: > 2) How do I get an IDE like Pycharm to recognize the Virtualenv? I > know I can select the compiler Interpreter. > to be inside the > Virtualenv but other libraries that I installed into that virtualenv, > if the virtualenv is not

Re: Django in Production and Virtualenv

2017-06-07 Thread Antonis Christofides
Hi, 1. Virtualenv can be used on production. You don't need to "activate" it, you can just execute the Python interpreter inside the virtualenv. "Virtualenv demystified " explains it in detail. With mod_wsgi you can

Django in Production and Virtualenv

2017-06-06 Thread Bruce Whealton
Hello all, There is a topic of confusion for me related to Apache and mod_wsgi. I have been using two cloud providers DigitalOcean and PythonAnywhere. The latter actually let me get a home page being served by apache and not the development server ( which actually isn't even an