Added user registration

This commit is contained in:
ITQ
2024-02-29 18:12:41 +03:00
parent b9a7654830
commit a04b06bb4b
14 changed files with 198 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class UsersConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "users"