mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Set login/logout redirect
This commit is contained in:
parent
be727ce4eb
commit
5448d0e624
@ -133,3 +133,5 @@ MEDIA_ROOT = BASE_PATH.joinpath("media")
|
|||||||
# https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field
|
# https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field
|
||||||
|
|
||||||
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
|
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
|
||||||
|
LOGIN_REDIRECT_URL = ""
|
||||||
|
LOGOUT_REDIRECT_URL = ""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user