Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 291 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 291 Bytes

Marina API

Project setup

python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser

Compiles and hot-reloads for development

python manage.py runserver

Compiles and minifies for production

python manage.py collectstatic