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
The dist-packages subdirectory in the examples below is just an example. It all depends on how this package was installed (with or without env, ubuntu/windows, …)
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 ..
mkdir group_user_mngt cd group_user_mngt cp /usr/local/lib/python2.7/dist-packages/group_user_mngt/static/group_user_mngt/* .
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.9.tar.gz.
File metadata
- Download URL: django-group-user-mngt-0.9.tar.gz
- Upload date:
- Size: 255.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97b76610f2386f17bddf47333e270b7bd1b526ea24459a716176b517698f2762
|
|
| MD5 |
8d943785402f01445a971bfaf4c7e7d4
|
|
| BLAKE2b-256 |
1c7d7854fc29b3ae32b14677890a09b675e81c73097d8145510a505c2f8ee7e4
|