mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-28 16:20:24 +08:00
Remove flag, its meant for testing
This commit is contained in:
+1
-1
@@ -203,6 +203,6 @@ def create_mongoengine_app(auth_config=None):
|
||||
return app
|
||||
|
||||
if __name__ == '__main__':
|
||||
app = create_sqlalchemy_app(register_blueprint=False)
|
||||
app = create_sqlalchemy_app()
|
||||
#app = create_mongoengine_app()
|
||||
app.run()
|
||||
|
||||
Reference in New Issue
Block a user