creating first models

This commit is contained in:
2025-04-30 15:03:40 +03:30
parent c5cc349d90
commit 5e1428e097
20 changed files with 348 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class AuthenticationConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.authentication'