diff --git a/shop/__init__.py b/shop/__init__.py index e5b2b6da234ff3c87c4f6531159c3c21b1816627..6bfbe31e9d9c101f2f8d765209bbc73619ccad54 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'