Metadata-Version: 1.1
Name: django-curtains
Version: 0.2.0
Summary: Middleware for only allowing access to staff members
Home-page: http://github.com/matthiask/django-curtains/
Author: Matthias Kestenholz
Author-email: mk@feinheit.ch
License: BSD License
Description-Content-Type: UNKNOWN
Description: ================================================================
        django-curtains - Middleware for temporarily protecting projects
        ================================================================
        
        Version |release|
        
        Usage
        =====
        
        - Install the module using ``pip install django-curtains``
        - Add one of the included middleware to ``MIDDLEWARE``
        
        ``curtains.middleware.only_staff``
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Only allows access to authenticated staff members.
        
        
        ``curtains.middleware.basic_auth``
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Requires basic authorization to access the site.
        
        
        - `Github <https://github.com/matthiask/django-curtains/>`_
        
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
