Commit d1191c27 authored by PJ Janse van Rensburg's avatar PJ Janse van Rensburg

Auth example: set SQLALCHEMY_TRACK_MODIFICATIONS flag.

parent a234083b
......@@ -22,4 +22,5 @@ SECURITY_POST_REGISTER_VIEW = "/admin/"
# Flask-Security features
SECURITY_REGISTERABLE = True
SECURITY_SEND_REGISTER_EMAIL = False
\ No newline at end of file
SECURITY_SEND_REGISTER_EMAIL = False
SQLALCHEMY_TRACK_MODIFICATIONS = False
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment