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