Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 130 Bytes

File metadata and controls

11 lines (9 loc) · 130 Bytes

Backend

Run server for any IP on port 8000

$ ./manage.py runserver 0.0.0.0:8000

Run tests

$ tox