Skip to content
Snippets Groups Projects
Commit 8c42576e authored by Joseph Weston's avatar Joseph Weston
Browse files

move whether to debug or not into config file

parent 7686269d
Branches
Tags
No related merge requests found
BASIC_AUTH_USERNAME = 'test'
BASIC_AUTH_PASSWORD = 'zesje'
BASIC_AUTH_FORCE = 'True'
FLASK_DEBUG = 1
......@@ -3,4 +3,4 @@ import os
sys.path.append(os.getcwd())
from zesje import app
app.run(debug=True)
app.run()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment