Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Update backoffice/config/settings/base.py
Browse files Browse the repository at this point in the history
Co-authored-by: Harris Tzovanakis <[email protected]>
  • Loading branch information
DonHaul and drjova authored Sep 25, 2024
1 parent a2fc9bf commit 5059629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backoffice/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
# https://docs.djangoproject.com/en/dev/ref/settings/#auth-user-model
AUTH_USER_MODEL = "users.User"
# https://docs.djangoproject.com/en/dev/ref/settings/#login-redirect-url
LOGIN_REDIRECT_URL = env("FRONTEND_LOGIN_SUCCESS")
LOGIN_REDIRECT_URL = env("FRONTEND_LOGIN_SUCCESS", default="users:redirect")
# https://docs.djangoproject.com/en/dev/ref/settings/#login-url
LOGIN_URL = "account_login"

Expand Down

0 comments on commit 5059629

Please sign in to comment.