Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 528 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 528 Bytes

qmra

Web-application for calculating microbial risk for drinking water and water reuse systems.

Installation

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