Fix some deprecation warnings with newer flask version

This commit is contained in:
Chase Sterling 2016-07-14 17:59:08 -04:00
parent a22e99bf9b
commit 36d3fb7215
12 changed files with 15 additions and 14 deletions

View file

@ -139,6 +139,7 @@ class Config(object):
DEBUG = False
ASSETS_DEBUG = False
SQLALCHEMY_ECHO = False
SQLALCHEMY_TRACK_MODIFICATIONS = False
MODULES = ['wiki', 'search', 'auth']