diff --git a/README.md b/README.md index a9b615d..8cae266 100644 --- a/README.md +++ b/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.