Initialize WSGI application by importing and creating the app instance.
This commit is contained in:
parent
5e3f211dc0
commit
be9e4afb4d
1 changed files with 3 additions and 0 deletions
3
inventory/wsgi.py
Normal file
3
inventory/wsgi.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
from inventory import create_app
|
||||||
|
|
||||||
|
app = create_app()
|
Loading…
Add table
Add a link
Reference in a new issue