Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

notify_admins crashes because it uses nonexistent URL admin:admin_honeypot_loginattempt_change #82

Open
jacobjove opened this issue May 30, 2021 · 0 comments

Comments

@jacobjove
Copy link

The notify_admins function in listeners.py begins with this line:

    path = reverse('admin:admin_honeypot_loginattempt_change', args=(instance.pk,))

path = reverse('admin:admin_honeypot_loginattempt_change', args=(instance.pk,))

That URL does not exist, so I'm getting spammed with error emails saying:

NoReverseMatch at /admin/login/
Reverse for 'admin_honeypot_loginattempt_change' not found. 'admin_honeypot_loginattempt_change' is not a valid view function or pattern name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant