You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.
Trying to access /admin/dump when admin is not logged in now dumps the user to /accounts/login/?next=/admin/dump/, which appears to be hard-wired into the app.
My app has its login page at /admin/login/, not /accounts/login/.
Can we have a setting that lets us change to login page
thanks for a useful app!
John
The text was updated successfully, but these errors were encountered:
The user_passes_test decorator takes an optional login_url argument. Since django-smuggler is integrated into Django's admin interface it might be an improvement to set this argument to reverse_lazy('admin:login'). Pull requests are welcome.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to access /admin/dump when admin is not logged in now dumps the user to
/accounts/login/?next=/admin/dump/
, which appears to be hard-wired into the app.My app has its login page at
/admin/login/
, not/accounts/login/
.Can we have a setting that lets us change to login page
thanks for a useful app!
John
The text was updated successfully, but these errors were encountered: