Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 341 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 341 Bytes

Install requirements:

pip install -r requirements.txt

Run tests:

python manage.py test api

Create DB structure:

python manage.py migrate

Create superuser:

python manage.py createsuperuser

And finally run server:

python manage.py runserver

API root will be available at http://localhost:8000/api/