Content Management System pip install wagtail wagtail start mysite cd mysite pip install -r requirements.txt python manage.py migrate python manage.py createsuperuser python manage.py runserver Reference List of content management system: wikipedia wagtail.org - official wagtail: github