Djangoflow Prerequisites Ensure that py command points to python3 with py -V (python 3 or above) Ensure that git command is working Run command to start server py manage.py runserver Create superuser py manage.py create superuser