In init.py I have got:
def create_app(app_config=\'development\'): app = Flask(__name__) app.config.from_object(config[app_config])