mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 13:44:43 +00:00
commit
612aa160de
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ class Common(Configuration):
|
|||
# Select the correct user model
|
||||
AUTH_USER_MODEL = "users.User"
|
||||
LOGIN_REDIRECT_URL = "users:redirect"
|
||||
LOGIN_URL = "account_login"
|
||||
########## END Custom user app defaults
|
||||
|
||||
########## SLUGLIFIER
|
||||
|
|
|
|||
Loading…
Reference in a new issue