Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 127 Bytes

django.md

File metadata and controls

11 lines (9 loc) · 127 Bytes

Django

Run a server:

python manage.py runserver

Create superuser:

python manage.py createsuperuser