We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
After downloading you should rename next configuration files:
cp config.py.example config.py cp app/config.py.example app/config.py
DB_URI = 'postgresql://<user>:<password>@<host>:<port>/<db_name>?client_encoding=utf8'
Currently only PostgreSQL supported.