aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-11-23 11:02:36 +0100
committerWojtek Kosior <koszko@koszko.org>2022-11-23 11:18:02 +0100
commit2b2c70932bf6ffcd77fbe5f6c59a203299f755a5 (patch)
tree5efca6171b7f7984612a5d7b6e0d63d9a89d9b25 /src
parent366d927d626065db29cdf4aeb92a2122683cdf73 (diff)
downloadhydrilla-website-2b2c70932bf6ffcd77fbe5f6c59a203299f755a5.tar.gz
hydrilla-website-2b2c70932bf6ffcd77fbe5f6c59a203299f755a5.zip
add WSGI script
Diffstat (limited to 'src')
-rw-r--r--src/hydrilla_website/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hydrilla_website/__init__.py b/src/hydrilla_website/__init__.py
index 3ac4327..f3bd4e7 100644
--- a/src/hydrilla_website/__init__.py
+++ b/src/hydrilla_website/__init__.py
@@ -4,4 +4,4 @@
#
# Available under the terms of Creative Commons Zero v1.0 Universal.
-from .app import website_app
+from .app import website_app, set_secret