Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sztamas/django-iprestrict
Browse files Browse the repository at this point in the history
  • Loading branch information
sztamas committed Aug 26, 2020
2 parents bc1e680 + b566859 commit 2a8c105
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ django-iprestrict-redux
=======================
[![Build Status](https://travis-ci.org/sztamas/django-iprestrict-redux.png?branch=master)](https://travis-ci.org/sztamas/django-iprestrict-redux) [![PyPI](https://badge.fury.io/py/django-iprestrict-redux.svg)](https://pypi.python.org/pypi/django-iprestrict-redux) [![Documentation Status](https://readthedocs.org/projects/django-iprestrict/badge/?version=latest)](http://django-iprestrict.readthedocs.org/en/latest/?badge=latest)

___

***Note:***
This project is an effort to keep the original [django-iprestrict](https://github.com/muccg/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:
* https://github.com/muccg/django-iprestrict/pull/57
* https://github.com/muccg/django-iprestrict/issues/60

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.

The full instructions for installation and use are here:
Expand Down

0 comments on commit 2a8c105

Please sign in to comment.