WIP
We need python3 and nginx or other similar static http server.
You may use virtualenv.
Most of required packages listed in requirements.txt
.
Use the following command to install.
$ pip3 install -r requirements.txt $ python3 manage.py migrate
set your nginx server with
listen 7890 default_server; root <repo_path>/reports/static/files;
python3 manage.py runserver 8000