Metadata-Version: 2.1
Name: django-allow-healthchecks
Version: 0.1.0
Summary: White list internal hosts that perform health-checks
Home-page: https://github.com/iMerica/django-allow-healthchecks
Author: Michael
Author-email: imichael@pm.me
License: MIT
Description: 
        # Django Allow Health-checks
        
        
        ### Quickstart
        
        Install django-allow-healthchecks
        
            pip install django-allow-healthchecks
        
        Add the class to your middleware, ideally first in the list
        
        
        
Keywords: django-allow-healthchecks
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
