django-ipban is a simple middleware application that enables staff users to ban visitors by their IP addresses. Based upon the code of Björn Kempén on his blog, I made an app out of it that anyone could easily add to their websites.
- Add ipban to your INSTALLED_APPS
- Add ipban.middleware.IPBanMiddleware to your MIDDLEWARE_CLASSES
- Optional: Place your own template in TEMPLATE_DIR/ban/banned.html
- Done!
In your admin panel, you now see a ban page. Here you can add any bans you may like. A ban consists of an IP Address, a reason and an optional duration.
- Make some more translations (any help kindly accepted!)
You can contact me on [email protected] , or by visiting my website (krisje8.com) and leaving a comment.