Closed kerel-fs closed 8 years ago
Major Changes:
Your rebased commit already contains the pep8-fix (originally I wanted to rebase my PR on top of yours, but confused the branches, sorry).
An example for myconfig.py:
myconfig.py
from config.default import * # override database backend SQLALCHEMY_DATABASE_URI = 'postgresql:///ogn'
Closes #33 and closes #34.
Major Changes:
Your rebased commit already contains the pep8-fix (originally I wanted to rebase my PR on top of yours, but confused the branches, sorry).
An example for
myconfig.py
: