Skip to content
/ qmra Public

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

License

Notifications You must be signed in to change notification settings

wseis/qmra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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