{ "info": { "author": "Tim Kamanin", "author_email": "tim@timonweb.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "# Django Debug Permissions\nGet a list of all user permissions available in the system\n\nThis app adds a single manage.py command that lists all user permissions available in the system.\n\n## Supported versions\nHaven't tested it with earlier version, but the app works for sure with:\n\n * Django: 1.11\n * Python: 3.4+\n\n## Installation\n\n1. Install using PIP:\n\n `pip install django-debug-permissions`\n\n2. Add **debug_permissions** to INSTALLED_APPS:\n\n `INSTALLED_APPS += ['debug_permissions']`\n\n## Usage\nRun `python manage.py get_all_permissions` and you should get a list of all permissions similar to:\n\n```\naccount.add_emailaddress\naccount.add_emailconfirmation\naccount.change_emailaddress\naccount.change_emailconfirmation\naccount.delete_emailaddress\naccount.delete_emailconfirmation\nauth.add_group\nauth.add_permission\nauth.change_group\nauth.change_permission\nauth.delete_group\nauth.delete_permission\n...\nsessions.add_session\nsessions.change_session\nsessions.delete_session\nsites.add_site\nsites.change_site\nsites.delete_site\nusers.add_user\nusers.change_user\nusers.delete_user\n```\n\n## Contributors\nTim Kamanin (tim@timonweb.com, http://timonweb.com)\n\n## Cross-promotion:\nCheckout these modules if you:\n* are tired of locating manage.py and typing `python manage.py` everytime - Django-manage.py-anywhere (https://github.com/timonweb/Django-manage.py-anywhere) will be your saviour;\n* want to download database and media dumps via Django admin - Django Database Backup UI (https://github.com/timonweb/django-dbbackup-ui) will help you;", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/timonweb/django-debug-permissions", "keywords": "django", "license": "BSD license", "maintainer": "", "maintainer_email": "", "name": "django-debug-permissions", "package_url": "https://pypi.org/project/django-debug-permissions/", "platform": "", "project_url": "https://pypi.org/project/django-debug-permissions/", "project_urls": { "Homepage": "https://github.com/timonweb/django-debug-permissions" }, "release_url": "https://pypi.org/project/django-debug-permissions/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Get a list of all user permissions available in the Django system", "version": "1.0.0" }, "last_serial": 2929693, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "f962a6919190e9025eab8e51d0a983ca", "sha256": "be09bb53a162954560629e87a837bb922afcaaa791656bf2dfa5f870318f5aec" }, "downloads": -1, "filename": "django-debug-permissions-1.0.0.tar.gz", "has_sig": false, "md5_digest": "f962a6919190e9025eab8e51d0a983ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3667, "upload_time": "2017-06-06T16:47:03", "url": "https://files.pythonhosted.org/packages/79/7c/830402abeaebccca7ff9f5610c9cc7bacc6db9ce265b43fae357fb39ef79/django-debug-permissions-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f962a6919190e9025eab8e51d0a983ca", "sha256": "be09bb53a162954560629e87a837bb922afcaaa791656bf2dfa5f870318f5aec" }, "downloads": -1, "filename": "django-debug-permissions-1.0.0.tar.gz", "has_sig": false, "md5_digest": "f962a6919190e9025eab8e51d0a983ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3667, "upload_time": "2017-06-06T16:47:03", "url": "https://files.pythonhosted.org/packages/79/7c/830402abeaebccca7ff9f5610c9cc7bacc6db9ce265b43fae357fb39ef79/django-debug-permissions-1.0.0.tar.gz" } ] }