From a352d08156fc29b90c06fae0c9075047e75b2b17 Mon Sep 17 00:00:00 2001 From: through-your-tears Date: Sat, 6 Apr 2024 14:50:56 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D1=80=D0=B0=D0=B7=D0=BD=D1=8B=D0=B5=20activitie?= =?UTF-8?q?s=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/conf/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/settings.py b/src/conf/settings.py index 66cd462..3339b61 100644 --- a/src/conf/settings.py +++ b/src/conf/settings.py @@ -33,6 +33,7 @@ ALLOWED_HOSTS = ['*'] # Application definition INSTALLED_APPS = [ + 'activities', 'jwtauth', 'organizations', 'jwt',