Templates using Picnic
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
c v t
2020-07-05 17:33:29 +02:00
parent d6bf70e5bc
commit efc3c98ba4
8 changed files with 63 additions and 52 deletions

View File

@ -5,4 +5,5 @@ from magic_app.app import create_app
from magic_app.config import CONFIG
config = CONFIG[os.environ["FLASK_ENV"]]
app = create_app(config=config)