Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 544 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 544 Bytes

Build Status

chloroform

Chloroform is a survey generation system intended to allow generic reporting by defining questions using templates and pre-defined keywords.

Running

Copy cfg/settings.py.sample to cfg/settings.py and edit the database connect string as appropriate, then run:

python -m chloroform

This should start the flask server in debug mode (which will automatically restart whenever source code is changed).