Added wsgi file

This commit is contained in:
Ferdinand Thiessen 2020-10-31 01:17:14 +01:00
parent de5a2e1c65
commit 278111bf5e
1 changed files with 3 additions and 0 deletions

3
flaschengeist.wsgi Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/python3
from flaschengeist.app import create_app
application = create_app()