Table of Contents

Django Install

General Information

Installing the Django Web Framework and its dependencies.


Documentation for the 1.11 LTS Release: https://docs.djangoproject.com/en/1.11/


Checklist


OS Packages

Install required OS packages.

yum install wget gcc python-devel

Application Dependencies

Install Web Server and Database


Install Python Environment


Application Install

Install Django

pip install Django

Next Steps

Proceed to configuration.