Added wsgi file
This commit is contained in:
parent
de5a2e1c65
commit
278111bf5e
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/python3
|
||||
from flaschengeist.app import create_app
|
||||
application = create_app()
|
Loading…
Reference in New Issue