Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 621 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 621 Bytes

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