feat: added UI
This commit is contained in:
@@ -95,6 +95,14 @@ DATABASES = {
|
||||
}
|
||||
|
||||
|
||||
# Auth
|
||||
# https://docs.djangoproject.com/en/6.0/topics/auth/default/#all-authentication-views
|
||||
|
||||
LOGIN_URL = 'crochet:login'
|
||||
LOGIN_REDIRECT_URL = 'crochet:account_home'
|
||||
LOGOUT_REDIRECT_URL = 'crochet:login'
|
||||
|
||||
|
||||
# Password validation
|
||||
# https://docs.djangoproject.com/en/6.0/ref/settings/#auth-password-validators
|
||||
|
||||
|
||||
Reference in New Issue
Block a user