We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66e42a commit b0706caCopy full SHA for b0706ca
deployment/wsgi/wsgi.py
@@ -1,3 +1,5 @@
1
-from peregrine.api import app
+from peregrine.api import app_init, app
2
+
3
+app_init(app)
4
5
application = app
0 commit comments