Skip to content

Commit 8e145ae

Browse files
authored
Remove shell context
1 parent 6f9531c commit 8e145ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

project/server/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,4 @@ def page_not_found(error):
7575
def server_error_page(error):
7676
return render_template('errors/500.html'), 500
7777

78-
# shell context for flask cli
79-
app.shell_context_processor({'app': app, 'db': db})
80-
8178
return app

0 commit comments

Comments
 (0)