Web-application for calculating microbial risk for drinking water and water reuse systems.
create a venv
python -m venv venv
source it (Mac/Linux)
source venv/bin/activate
or on windows
source venv/Scripts/activate
then, install the requirements with
pip install -r requirements.txt
collect the statics and migrate with
python manage.py collectstatic
python manage.py migrate
run the app locally
python manage.py runserver