Skip to content
Snippets Groups Projects
Commit b662a3a4 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Configure migrate to detect type changes in models

parent dc86c1e8
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ login.login_view = 'auth.login' ...@@ -24,7 +24,7 @@ login.login_view = 'auth.login'
login.login_message = 'Please log in to access this page.' login.login_message = 'Please log in to access this page.'
ma = Marshmallow() ma = Marshmallow()
mail = Mail() mail = Mail()
migrate = Migrate() migrate = Migrate(compare_type=True)
paranoid = Paranoid() paranoid = Paranoid()
paranoid.redirect_view = '/' paranoid.redirect_view = '/'
scheduler = APScheduler() scheduler = APScheduler()
......
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