Fix some deprecation warnings with newer flask version
This commit is contained in:
parent
a22e99bf9b
commit
36d3fb7215
12 changed files with 15 additions and 14 deletions
|
@ -139,6 +139,7 @@ class Config(object):
|
|||
DEBUG = False
|
||||
ASSETS_DEBUG = False
|
||||
SQLALCHEMY_ECHO = False
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||
|
||||
MODULES = ['wiki', 'search', 'auth']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue