Add: new refactord auth api app

This commit is contained in:
Aroy-Art 2025-02-09 15:54:26 +01:00
parent 9c0706c8b6
commit c641e10229
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -47,6 +47,7 @@ INSTALLED_APPS = [
"django_celery_beat", "django_celery_beat",
# API apps # API apps
"api", "api",
"api.authentication",
"api.user", "api.user",
"images", "images",
"apps", "apps",