feat: added client app

This commit is contained in:
ITQ
2025-02-16 13:06:01 +03:00
parent cb0a73891c
commit 2fedb0d670
7 changed files with 133 additions and 0 deletions
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class UserConfig(AppConfig):
name = "apps.client"
label = "client"