Blog

virtualenv

Install virtualenv on Ubuntu Creating and using virtualenv virtualenv is used to create isolated python environments. With python3, you can create virtualenv…

gunicorn

gunicorn behind Apache web server Running Python Application with gunicorn and nginx Serve a Django application using Gunicorn