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",