Metadata-Version: 1.1
Name: django-permissions-widget
Version: 0.0.1
Summary: Fresh Django permissions widget
Home-page: http://django-permissions-widget.rtfd.org
Author: James Pic
Author-email: jamespic@gmail.com
License: MIT
Description: .. image:: https://pypip.in/d/django-permissions-widget/badge.png
            :target: https://crate.io/packages/django-permissions-widget
        .. image:: https://pypip.in/v/django-permissions-widget/badge.png   
            :target: https://crate.io/packages/django-permissions-widget
        
        By default, Django's admin provides a permission widget which looks like this:
        
        .. image:: images/default_widget.png
        
        There are several problems with this widget:
        
        - the permission description is cut, see the fourth line:
          'admin_test_autocomplete | bar | Can add l'. The administrator will not be
          able to read it and might report it as a bug.
        - it proposes permissions for `admin.logentry`. The administrator will not
          understand what this is about and will ask you about it.
        - it uses a widget which might be new to the administrator and he might ask how
          to use it.
        
        The purpose of this app is to provide a better widget for selecting permissions
        as well as an easy way to replace the default permissions widget in your admin
        site. It will look like this:
        
        .. image:: images/new_widget.png
        
        Requirements
        ------------
        
        - Maintained against Python 2.7
        - and Django 1.5
        
        Quick Install
        -------------
        
        - Install the latest release via: `pip install django-permissions-widget`.
        - Add to `settings.INSTALLED_APPS`: `permissions_widget`.
        
        That's it ! You should have a sane permissions widget now.
        
        Resources
        ---------
        
        - `Documentation graciously hosted
          <http://django-permissions-widget.rtfd.org>`_ by `RTFD
          <http://rtfd.org>`_, read the complete documentation.
        - `Mailing list graciously hosted
          <http://groups.google.com/group/yourlabs>`_ by `Google
          <http://groups.google.com>`_, subscribe to it to be informed about potential
          backward compatibility breaks (after 1.0.0 release).
        - `Git graciously hosted
          <https://github.com/yourlabs/django-permissions-widget/>`_ by `GitHub
          <http://github.com>`_, report bugs and request pulls.
        - `Package graciously hosted
          <http://pypi.python.org/pypi/django-permissions-widget/>`_ by `PyPi
          <http://pypi.python.org/pypi>`_, install via pip.
        
Keywords: django permissions widget
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
