Skip to content
Snippets Groups Projects
Commit def81fb2 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

working on: 0.0.32 Release

parent c45ec316
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ def create_app(): ...@@ -37,7 +37,7 @@ def create_app():
pw=my_app.config['SQLALCHEMY_DATABASE_PW'], pw=my_app.config['SQLALCHEMY_DATABASE_PW'],
url=my_app.config['SQLALCHEMY_DATABASE_HOST'], url=my_app.config['SQLALCHEMY_DATABASE_HOST'],
db=my_app.config['SQLALCHEMY_DATABASE_DB']) db=my_app.config['SQLALCHEMY_DATABASE_DB'])
my_app.config['SQLALCHEMY_DATABASE_URI'] = my_db_url_mariadb my_app.config['SQLALCHEMY_DATABASE_URI'] = my_db_url_postgresql
my_app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False # silence the deprecation warning my_app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False # silence the deprecation warning
my_app.config['FLASK_ADMIN_SWATCH'] = 'superhero' my_app.config['FLASK_ADMIN_SWATCH'] = 'superhero'
# cache.init_app(app) # cache.init_app(app)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment