diff options
-rw-r--r-- | gn3/settings.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gn3/settings.py b/gn3/settings.py index 0604659..03a64c0 100644 --- a/gn3/settings.py +++ b/gn3/settings.py @@ -1,4 +1,9 @@ -"""Configuration settings for this project""" +""" +Default configuration settings for this project. + +DO NOT import from this file, use `flask.current_app.config` instead to get the +application settings. +""" import os import uuid import tempfile |