mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-02-04 14:52:11 +00:00
Set login/logout redirect
This commit is contained in:
@@ -133,3 +133,5 @@ MEDIA_ROOT = BASE_PATH.joinpath("media")
|
||||
# https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field
|
||||
|
||||
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
|
||||
LOGIN_REDIRECT_URL = ""
|
||||
LOGOUT_REDIRECT_URL = ""
|
||||
|
||||
Reference in New Issue
Block a user