Name | Last Update | Last Commit be7810aad94 – working on adding a class to a user | history |
---|---|---|---|
![]() |
Loading commit data... | ||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
README.md
Set up the environment by running:
scripts/setup.sh
If you get errors about a module not being found, make sure you are working in the virtualenv. To enter the venv:
. venv/bin/activate
If you still get errors about a module not being found, make sure your virtualenv is up to date. Re-run:
scripts/setup.sh
Run tests:
scripts/run_tests.sh
Run development server (local):
python manage.py runserver