Ejemplo n.º 1
0
 def create_app(self):
     app = create_app()
     app.config['TESTING'] = True
     app.config['SECRET_KEY'] = 'SECRET KEY'
     return app
Ejemplo n.º 2
0
from edible_mushroom import create_app

app = create_app()