rename users app to user

This commit is contained in:
Timur Kh.
2025-03-01 00:37:00 +03:00
parent af7722eb0a
commit 0946319f18
9 changed files with 7 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
from django.apps import AppConfig
class UsersConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.user'
label = 'user'