Update flask_container_ci challenge

This commit is contained in:
abregman
2019-12-21 19:50:04 +02:00
parent d64071128e
commit bec1714d5b
7 changed files with 117 additions and 7 deletions

View File

@ -9,4 +9,3 @@ SECRET_KEY = 'shhh'
CSRF_ENABLED = True
SQLALCHEMY_DATABASE_URI = 'sqlite:///' + os.path.join(basedir, 'app.db')