From 2b2c70932bf6ffcd77fbe5f6c59a203299f755a5 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 23 Nov 2022 11:02:36 +0100 Subject: add WSGI script --- src/hydrilla_website/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hydrilla_website/__init__.py') 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 -- cgit v1.2.3