Django - gher-uliege/Documentation GitHub Wiki
Django is a high-level Python Web framework: https://www.djangoproject.com/
Installation
Follow the steps detailed in the previous link.
Using virtual environments is highly recommended.
Configuration
An editor such as PyCharm allows one to use an existing virtual
environment or to create a new one:
http://exponential.io/blog/2015/02/10/configure-pycharm-to-use-virtualenv/