diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e97947e..8a59b6a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,13 +2,8 @@ - - - - - @@ -150,30 +152,30 @@ - + - + - + - - + + - - + + - - + + - + @@ -194,10 +196,10 @@ - + - + diff --git a/website/__init__.py b/website/__init__.py index a057189..663c0fc 100644 --- a/website/__init__.py +++ b/website/__init__.py @@ -7,7 +7,6 @@ def create_app(): """Construct the core application.""" app = Flask(__name__, instance_relative_config=False) - app.secret_key = "hellomynamestimandyouwontguessthis" db.init_app(app) app.config.from_object('config.Config') # APP ROUTES