$ cp .env.example .env
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py loadletsfixtures
$ python manage.py runservervisit: http://localhost:8000/
Run the following in your terminal:
- to run unittests:
./manage.py test - to run functional tests:
pytest