mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-04 23:27:34 +02:00
Explicitely declare flask migrate
This commit is contained in:
parent
2a8808bdec
commit
4a7eb1eb6c
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user