We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b247ab1 commit 2d57960Copy full SHA for 2d57960
1 file changed
{{cookiecutter.app_slug}}/project/server/__init__.py
@@ -77,7 +77,7 @@ def server_error_page(error):
77
78
# shell context for flask cli
79
@app.shell_context_processor
80
- def ctx()
+ def ctx():
81
return {'app': app, 'db': db}
82
83
return app
0 commit comments