From 822b47bacef172a6859a101ef27dac89eb7641da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 18 Jun 2026 08:01:57 +0400 Subject: [PATCH] =?UTF-8?q?v3.0.1:=20application=20=3D=20ContractsApp().ap?= =?UTF-8?q?p=20=D0=B4=D0=BB=D1=8F=20gunicorn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/app.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/app.py b/site/app.py index 4d219b2..7ef786c 100644 --- a/site/app.py +++ b/site/app.py @@ -517,3 +517,6 @@ class ContractsApp: if __name__ == "__main__": ContractsApp().run() + +# для gunicorn: app:application +application = ContractsApp().app