Deploying Django with gunicorn and nginx
What “setup” have you seen work best? I used virtualenv and moved my django project inside this environment, however I have seen another setups where there is a folder for virtual environments and other for projects. virtualenv is a way to isolate Python environments; as such, it doesn’t have a large part to play at … Read more