Python >= 3.9.1
Django >= 3.1.5
Bootstrap 4
- Set up a virtual env with python >= 3.9.1 and activate it
- Run
pip install -r requirements.tx
to install the dependencies - Create
.env
file using the.env_example
as an example. - Run
python manage.py run migrations
to run migrations and set up the database for you - Run
python manage.py run server
to start a local development server for you - Go to your browser and navigate to
127.0.0.1:8000
to access the app in your browser
- To run tests, run
coverage run manage.py test
- To get a coverage report, run
coverage report
- If you aren't all about that, just look at the coverage badges at the top of this readme
coming soon
coming soon