Login and registration #10

Merged
rixx merged 38 commits from 5-authentication into main 2025-03-20 09:20:55 +00:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 08299eadd4 - Show all commits

View file

View file

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