From 82ff81520f1dffd32866419fe66f919ea814ee3d Mon Sep 17 00:00:00 2001 From: Firat Bezir Date: Thu, 4 Jan 2024 11:39:54 +0300 Subject: [PATCH] Update api/conf/settings/security.py Co-authored-by: Olga Bulat --- api/conf/settings/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/conf/settings/security.py b/api/conf/settings/security.py index bad9adc7cbd..12675db6be4 100644 --- a/api/conf/settings/security.py +++ b/api/conf/settings/security.py @@ -62,4 +62,4 @@ ): raise ImproperlyConfigured( "DJANGO_SECRET_KEY should not be 'example_key' in local or production environment." - ) \ No newline at end of file + )