Add models, views and forms for authentication

This commit is contained in:
2022-07-21 13:45:44 +01:00
parent adf7c0604a
commit 4efc10a4f9
9 changed files with 297 additions and 0 deletions

6
core/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class CoreConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "core"