{"id":15354574,"url":"https://github.com/timonweb/django-debug-permissions","last_synced_at":"2025-04-15T06:12:25.610Z","repository":{"id":57419718,"uuid":"93537638","full_name":"timonweb/django-debug-permissions","owner":"timonweb","description":"Get a list of all user permissions available in the system","archived":false,"fork":false,"pushed_at":"2020-05-14T07:56:59.000Z","size":6,"stargazers_count":29,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T06:12:20.801Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timonweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-06T16:03:53.000Z","updated_at":"2024-04-09T12:08:12.000Z","dependencies_parsed_at":"2022-09-13T15:32:48.161Z","dependency_job_id":null,"html_url":"https://github.com/timonweb/django-debug-permissions","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonweb%2Fdjango-debug-permissions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonweb%2Fdjango-debug-permissions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonweb%2Fdjango-debug-permissions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonweb%2Fdjango-debug-permissions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timonweb","download_url":"https://codeload.github.com/timonweb/django-debug-permissions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249016638,"owners_count":21198833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T12:19:52.342Z","updated_at":"2025-04-15T06:12:25.593Z","avatar_url":"https://github.com/timonweb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 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;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimonweb%2Fdjango-debug-permissions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimonweb%2Fdjango-debug-permissions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimonweb%2Fdjango-debug-permissions/lists"}