/qmra

Web-application for calculating microbial risk in water and water reuse systems

Primary LanguagePythonMIT LicenseMIT

qmra

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

Installation

This software can be found here, but also can be run locally. For local installation:

- install git
- setup and activate a virtual environment
- clone this repository
- cd into qmra/tools

Install django

pip install django

Install necessary requirements

pip install -r requirements.txt

Create new superuser for admin page

python manage.py createsuperuser

run app locally

python manage.py runserver