Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 214 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 214 Bytes

Installation

create and activate python 3 virtualenv
pip install requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Testing

python manage.py test