feat: added delete account and new display name
CI / test (push) Successful in 1m28s
CI / build (push) Successful in 29s

This commit is contained in:
2026-07-22 10:03:30 +02:00
parent 2839d60923
commit 1a1c8786a3
18 changed files with 630 additions and 160 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ DATABASES = {
# https://docs.djangoproject.com/en/6.0/topics/auth/default/#all-authentication-views
LOGIN_URL = 'crochet:login'
LOGIN_REDIRECT_URL = 'crochet:account_home'
LOGIN_REDIRECT_URL = 'crochet:home'
LOGOUT_REDIRECT_URL = 'crochet:login'