Skip to content
Dmytro Prokhorenkov edited this page Mar 24, 2016 · 3 revisions

After downloading you should rename next configuration files:

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

app/config.py syntax

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

Currently only PostgreSQL supported.

Clone this wiki locally