feat: added client app

This commit is contained in:
ITQ
2025-02-16 13:06:01 +03:00
parent b4304990ee
commit aea3d5a438
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"