new 3rd party packages

This commit is contained in:
William Vincent 2019-10-29 08:11:15 -04:00
parent 094266eae4
commit 9364a9476d

View File

@ -70,9 +70,11 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [django-rest-framework](https://github.com/encode/django-rest-framework) - Web APIs for Django
- [django-cors-headers](https://github.com/adamchainz/django-cors-headers) - If your back-end and front-end are on different servers, you need this
- [django-rest-auth](https://github.com/Tivix/django-rest-auth) - REST API endpoints for authentication and registration
- [django-rest-knox](https://github.com/James1345/django-rest-knox) - Authentication Module for django-rest-auth
- [djoser](https://github.com/sunscrapers/djoser) - REST implementation of Django auth
- [django-rest-framework-simplejwt](https://github.com/davesque/django-rest-framework-simplejwt) - JSON web tokens for DRF
- [django-webpack-loader](https://github.com/owais/django-webpack-loader) - Transparently use webpack with Django
- [graphene-django](https://github.com/graphql-python/graphene-django) - GraphQL for Django
### Async
- [channels](https://github.com/django/channels/) - Async support for Django
@ -157,6 +159,7 @@ _A short list of Python packages that work well with Django._
- [pillow](https://github.com/python-pillow/Pillow) - Python Imaging Library
- [pytest](https://github.com/pytest-dev/pytest/) - Testing framework
- [python-slugify](https://github.com/un33k/python-slugify) - Returns unicode slugs
- [sentry-python](https://github.com/getsentry/sentry-python) - Error reporting SDK
## Resources