Explicitely declare flask migrate
This commit is contained in:
@@ -47,3 +47,7 @@ class PrefixMiddleware(object):
|
|||||||
app.wsgi_app = self
|
app.wsgi_app = self
|
||||||
|
|
||||||
proxy = PrefixMiddleware()
|
proxy = PrefixMiddleware()
|
||||||
|
|
||||||
|
|
||||||
|
# Data migrate
|
||||||
|
migrate = flask_migrate.Migrate()
|
||||||
|
|||||||
Reference in New Issue
Block a user