mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-23 20:11:09 +00:00
create General section for 3rd party packages without section
This commit is contained in:
parent
82367aa542
commit
9d920f51db
12
README.md
12
README.md
|
@ -26,6 +26,7 @@
|
|||
- [Editors](#editors)
|
||||
- [Files/Images](#filesimages)
|
||||
- [Forms](#forms)
|
||||
- [General](#general)
|
||||
- [Logging](#logging)
|
||||
- [Models](#models)
|
||||
- [Performance](#performance)
|
||||
|
@ -65,11 +66,6 @@
|
|||
|
||||
_For a complete listing of all available packages, see [Django Packages](https://djangopackages.org/)_
|
||||
|
||||
- [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.
|
||||
|
||||
### Admin
|
||||
- [django-grappelli](https://github.com/sehmaschine/django-grappelli) - A jazzy skin for the admin.
|
||||
- [django-jazzmin](https://github.com/farridav/django-jazzmin) - Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy.
|
||||
|
@ -143,6 +139,12 @@ _For a complete listing of all available packages, see [Django Packages](https:/
|
|||
- [django-shapeshifter](https://github.com/kennethlove/django-shapeshifter) - A CBV to handle multiple forms in one view.
|
||||
- [django-summernote](https://github.com/summernote/django-summernote) - Summernote is a simple WYSIWYG editor.
|
||||
|
||||
### General
|
||||
- [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.
|
||||
|
||||
### Logging
|
||||
- [django-guid](https://github.com/JonasKs/django-guid) - Inject a GUID (Correlation-ID) into every log message in a Django request.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user