Skip to content
forked from wseis/qmra

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

License

Notifications You must be signed in to change notification settings

KWB-R/qmra-webapp

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 54.4%
  • HTML 41.1%
  • Shell 1.9%
  • CSS 1.7%
  • Other 0.9%