mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
commit
612aa160de
|
@ -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 New Issue
Block a user