add Admin

This commit is contained in:
Son NK 2019-07-03 14:38:10 +02:00 committed by Son NK
parent 77e0d323b6
commit 51171a2266
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ def create_app() -> Flask:
stripe.api_key = STRIPE_SECRET_KEY
init_admin(app)
return app