Skip to content
Snippets Groups Projects
Commit 00de52ed authored by Michael Drury's avatar Michael Drury
Browse files

added ca small comment for the __init__.py

parent 22db8e39
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment