Skip to main content

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

django-group-user-mngt-0.6.tar.gz (255.5 kB view details)

Uploaded Source

File details

Details for the file django-group-user-mngt-0.6.tar.gz.

File metadata

File hashes

Hashes for django-group-user-mngt-0.6.tar.gz
Algorithm Hash digest
SHA256 3f072b52874f765e80b760f006f27a616f7eba83ce301f7c8b605da9e39eaa2b
MD5 c0e3351bc89bb411b94747c3dc32c6a3
BLAKE2b-256 046ca847c78bd1d1070192fc2b5d7a2c7f3db5c6519eaf8221ee753f18f41c78

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page