From 76018333b029f10818ce24302740c97f65ab0c0a Mon Sep 17 00:00:00 2001 From: SDE Date: Sat, 13 Jan 2024 17:29:21 +0300 Subject: [PATCH] 0.11.4 Google Auth --- TWB/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TWB/settings.py b/TWB/settings.py index 80dd98b..b6baa61 100644 --- a/TWB/settings.py +++ b/TWB/settings.py @@ -75,7 +75,7 @@ INSTALLED_APPS = [ 'django.contrib.staticfiles', 'django.contrib.humanize', - # 'django.contrib.sites', + 'django.contrib.sites', 'colorfield',