From 00de52ed99f8534715d491d2f350b0f7916185fd Mon Sep 17 00:00:00 2001 From: Michael Drury <mpdrury15@gmail.com> Date: Wed, 3 May 2023 13:11:23 +0100 Subject: [PATCH] added ca small comment for the __init__.py --- shop/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/shop/__init__.py b/shop/__init__.py index e5b2b6d..6bfbe31 100644 --- a/shop/__init__.py +++ b/shop/__init__.py @@ -3,6 +3,7 @@ from flask_bootstrap import Bootstrap from flask_sqlalchemy import SQLAlchemy from flask_login import LoginManager +# sets up the website, the databases and the login for the websites app = Flask(__name__) app.config['SECRET_KEY'] = 'password' -- GitLab