install django pip install django create project django-admin startproject {project_name} create app python manage.py startapp {appname} create superuser python manage.py createsuperuser License See LICENSE. TEST