Fresh Django permissions widget
Project description
By default, Django’s admin provides a permission widget which looks like this:
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:
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, after django.contrib.admin which we want to override: ‘permissions_widget’,. If you are using custom user modeal as for Django 1.5 - you have to add ‘permissions_widget’, after the app, that contains your custom user model.
That’s it ! You should have a sane permissions widget now.
Resources
Documentation graciously hosted by RTFD, read the complete documentation.
Mailing list graciously hosted by Google, subscribe to it to be informed about potential backward compatibility breaks (after 1.0.0 release).
Git graciously hosted by GitHub, report bugs and request pulls.
Package graciously hosted by PyPi, install via pip.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-permissions-widget-1.2.0.tar.gz
.
File metadata
- Download URL: django-permissions-widget-1.2.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef7d2b86e628a07e846080dfe25f7df3b379dbd7b8d89c80e22443d6b4e9e9f3 |
|
MD5 | a6fac2abcf46a3b6fbbb1d6a632ef7e0 |
|
BLAKE2b-256 | 932d192c5bf459b8402578779bc8a4fca04e29dfccf63837046292494bd1be1e |