diff --git a/flaschengeist.wsgi b/flaschengeist.wsgi new file mode 100644 index 0000000..62158bc --- /dev/null +++ b/flaschengeist.wsgi @@ -0,0 +1,3 @@ +#!/usr/bin/python3 +from flaschengeist.app import create_app +application = create_app()