summaryrefslogtreecommitdiff
path: root/app/routes.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/routes.py')
-rw-r--r--app/routes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/routes.py b/app/routes.py
index 6c7059a..e520602 100644
--- a/app/routes.py
+++ b/app/routes.py
@@ -9,7 +9,7 @@ This Python module contains the logic supporting:
Python dependencies:
- flask: provides web application features
-- forms: provides secure form user submission
+- forms: provides secure user form submission
- sqlalchemy: provides communication with database on server.
Personal imports:
@@ -25,7 +25,7 @@ from placeholder_news import news
from placeholder_messages import messages
app = Flask(__name__)
-app.config['SECRET_KEY'] = 'foobarblendoitfoobar!'
+app.config['SECRET_KEY'] = 'Scooby_Lu,_where_are_you?'
app.config['SQLALCHEMY_DATABASE_URI'] = 'mariadb:///site.db'
db = SQLAlchemy(app)
Copyright 2019--2024 Marius PETER