Manage groups and user via jtable
Project description
Manage groups and users using jquery jtable
settings.py
Add to INSTALLED_APPS : ‘group_user_mngt’,
GROUP_MANAGEMENT_TEMPLATE = ‘manage_groups.html’
Replace the templace with a customized template
urls.py
url(r’^groupmanagement/’, include(‘group_user_mngt.urls’, namespace=”gm_space”)),
copy following files
Under static root :
mkdir group_user_mngt cd group_user_mngt cp -r /usr/local/lib/python2.7/dist-packages/group_user_mngt/static/group_user_mngt/* .
under the static root (jtable dependencies)
mkdir js cd js cp -r /usr/local/lib/python2.7/dist-packages/group_user_mngt/static/js/* . cd ..
mkdir css cd css cp -r /usr/local/lib/python2.7/dist-packages/group_user_mngt/static/css/* . cd ..
Group view
http://<FQDN>/groupmanagement/group/update/
Future work
CSRF support
View with User as parent and group as child
Edit permissions
Improve portability of app
…
Project details
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-group-user-mngt-0.2.tar.gz.
File metadata
- Download URL: django-group-user-mngt-0.2.tar.gz
- Upload date:
- Size: 255.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f4f067f8e3fc8805800f7cbcec3bcf7926e7440dbb40019f2838bdacdc4f0ac
|
|
| MD5 |
45b0bea6e7b559e5b3d19742adba6e1e
|
|
| BLAKE2b-256 |
86c8b92a4b7875262cab1c3e1b40d068c149b9f3e7cb8ad8179bb8f2957986d4
|