pip install Django
python manage.py check
python manage.py migrate
python manage.py runserver
Public endpoint is at http://localhost:8000
Admin endpoint is at http://127.0.0.1:8000/admin/
python manage.py test
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
..........
----------------------------------------------------------------------
Ran 10 tests in 0.025s
OK
Destroying test database for alias 'default'...