virtualenv uwsgi Nginx
can askbot develop with virtual uwsgi & Nginx. if it can, does someone teach me how to do. thanks
can askbot develop with virtual uwsgi & Nginx. if it can, does someone teach me how to do. thanks
I use nginx+uwsgi to deploy askbot. There's nothing different from deploying other django project.
but I used virtualenv as a virtual environment.
Mee too, and what's the problem you met?
uwsgi has a parameter for that called `virtualenv` where you specify path to the environment.
To enter a block of code:
Comments