From 1814dacc0d572547ebb82d97d635ea0609a41b69 Mon Sep 17 00:00:00 2001 From: William Vincent Date: Wed, 6 Mar 2019 09:17:41 -0500 Subject: [PATCH] add new 3rd party packages --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0b82f03..2202324 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ ### Django +- [channels](https://github.com/django/channels/) - Async support for Django - [django-allauth](https://github.com/pennersr/django-allauth/) - User registration, social authentication, account management, and more. - [django-compressor](https://github.com/django-compressor/django-compressor/) - Compress JavaScript/CSS into a single cached file - [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms/) - DRY Django forms @@ -113,11 +114,14 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-guardian](https://github.com/django-guardian/django-guardian) - Per object permissions in Django - [django-hijack](https://github.com/arteria/django-hijack) - Admins can log in and work on behalf of other users without having to know their credentials - [django-model-utils](https://github.com/jazzband/django-model-utils) - Django model mixins and utilities +- [django-reversion](https://github.com/etianen/django-reversion) - Version control for model instances - [django-silk](https://github.com/jazzband/django-silk) - Live profiling and inspection of HTTP requests and database queries - [django-storages](https://github.com/jschneier/django-storages) - A single library to support multiple custom storage backends for Django - [django-tables2](https://github.com/jieter/django-tables2) - HTML tables with pagination/sorting - [django-test-plus](https://github.com/revsys/django-test-plus/) - Useful additions to Django's default TestCase - [easy-thumbnails](https://github.com/SmileyChris/easy-thumbnails) - Image thumbnails for Django +- [django-vanilla-views](https://github.com/tomchristie/django-vanilla-views) - Simpler class-based views in Django +- [django-watson](https://github.com/etianen/django-watson) - Full-text search plugin - [pytest-django](https://github.com/pytest-dev/pytest-django) - Use pytest features in Django - [wagtail](https://github.com/wagtail/wagtail) - Popular Django content management system (CMS) - [whitenoise](https://github.com/evansd/whitenoise) - Simplified static file serving for Python websites