From c641e1022921227831f87cf7665a92cb172f737b Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 9 Feb 2025 15:54:26 +0100 Subject: [PATCH] Add: new refactord auth api app --- backend/core/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/core/settings.py b/backend/core/settings.py index 116aea5..840f2f1 100644 --- a/backend/core/settings.py +++ b/backend/core/settings.py @@ -47,6 +47,7 @@ INSTALLED_APPS = [ "django_celery_beat", # API apps "api", + "api.authentication", "api.user", "images", "apps",