Django-axes +
Axes is a Django plugin for keeping track of suspicious login attempts for your Django based website and implementing simple brute-force attack blocking.
- Stops bruteforce attacks to the login page. It looks at the IP and blocks if it misses 3 times in a row.
- Integrated on the login page and can be configured with the library configurations
- No future work