Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 154 Bytes

File metadata and controls

11 lines (6 loc) · 154 Bytes

How to start up.

./manage.py makemigrations

./manage.py migrate

./manage.py loaddata fixtures/*

./manage.py createsuperuser

Profit :)