Skip to content
Dmytro Prokhorenkov edited this page Jan 15, 2016 · 5 revisions

Install notes

After downloading you should rename next configuration files:

config.py.example app/config.py.example

You need to remove '.example' extension in the end.

app/config.py syntax

  • DB_URI:

DB_URI = 'postgresql://<user>:<password>@<host>:<port>/<db_name>?client_encoding=utf8'

Clone this wiki locally