🤝 add Permissions section (#272)

This commit is contained in:
Krystof Beuermann 2024-05-26 18:47:24 +02:00 committed by GitHub
parent 851002ee07
commit 48f2c59946
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,7 @@ or buying <a rel="sponsored" href="https://django.threadless.com/">official merc
- [Model Fields](#model-fields)
- [Models](#models)
- [Performance](#performance)
- [Permissions](#permissions)
- [Search](#search)
- [Search Engine Optimisation](#search-engine-optimisation)
- [Security](#security)
@ -209,7 +210,6 @@ _For a complete listing of all available packages, see [Django Packages](https:/
### General
- [django-data-browser](https://github.com/tolomea/django-data-browser) - Interactive, user-friendly database explorer.
- [django-filter](https://github.com/carltongibson/django-filter) - Powerful filters based on Django QuerySets.
- [django-guardian](https://github.com/django-guardian/django-guardian) - Per object permissions in Django.
- [django-sql-explorer](https://github.com/groveco/django-sql-explorer) - Share data via SQL queries.
- [django-tables2](https://github.com/jieter/django-tables2) - HTML tables with pagination/sorting.
- [django-maintenance-mode](https://github.com/fabiocaccamo/django-maintenance-mode) - Shows a 503 error page when maintenance-mode is on.
@ -262,6 +262,11 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [py-spy](https://github.com/benfred/py-spy) - Sampling profiler for Python programs.
- [pyinstrument](https://github.com/joerick/pyinstrument) - Call stack profiler for Python, Django, Flask, FastAPI.
### Permissions
- [django-role-permissions](https://github.com/vintasoftware/django-role-permissions) - Django app for role-based permissions management.
- [django-guardian](https://github.com/django-guardian/django-guardian) - Per object permissions in Django.
- [django-rules](https://github.com/dfunckt/django-rules) - A tiny but powerful app providing object-level permissions, built from the ground up for Django.
### Search
- [django-haystack](https://github.com/django-haystack/django-haystack) - Modular search for Django.
- [django-watson](https://github.com/etianen/django-watson) - Full-text search plugin.