Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.72 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.72 KB

django-iprestrict-redux

Build Status PyPI Documentation Status GitHub Code style: black Imports: isort


Note: This project is an effort to keep the original django-iprestrict project alive and updated. The original project isn't maintained anymore by my previous employer, so I took on forking and maintaining the project for existing users.

See the comments on the following Pull Request and Issue for more background info:

Switching to django-iprestrict-redux is as easy as declaring django-iprestrict-redux instead of django-iprestrict as a dependency in whatever you use for managing dependencies. (ex. setup.py, requirements files, poetry etc.)


Django app + middleware to restrict access to all or sections of a Django project by client IP ranges.

For installation and usage information please Read the Docs:

http://django-iprestrict-redux.readthedocs.org/en/latest/