Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 284 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 284 Bytes

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