This repository was archived by the owner on Jul 16, 2026. It is now read-only.
Commit ab38d51
committed
config: redirect to /admin/ after login (default was /accounts/profile/)
Django's default LOGIN_REDIRECT_URL is /accounts/profile/, which VMC
doesn't route — a successful admin login landed on a 404. Point both
LOGIN_REDIRECT_URL and LOGOUT_REDIRECT_URL at the admin.1 parent 295114b commit ab38d51
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
0 commit comments