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

app/config.py syntax

  • DB_URI:

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

Clone this wiki locally