Metadata-Version: 1.1
Name: django-only-staff
Version: 0.1.0
Summary: Middleware for only allowing access to staff members
Home-page: http://github.com/matthiask/django-only-staff/
Author: Matthias Kestenholz
Author-email: mk@feinheit.ch
License: BSD License
Description: ========================================================================
        django-only-staff - Middleware for only allowing access to staff members
        ========================================================================
        
        Version |release|
        
        Usage
        =====
        
        - Install the module using ``pip install django-only-staff``
        - Add ``only_staff.middleware.only_staff`` to ``MIDDLEWARE``
        
        - `Github <https://github.com/matthiask/django-only-staff/>`_
        
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
