Skip to content

Commit 6a29196

Browse files
committed
Merge pull request #4038 from raphaelgyory/master
Add Django Rest Messaging to Third Party Packages
2 parents dd3b47c + b870101 commit 6a29196

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/topics/third-party-resources.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
253253
* [django-rest-framework-braces][django-rest-framework-braces] - Collection of utilities for working with Django Rest Framework. The most notable ones are [FormSerializer](https://django-rest-framework-braces.readthedocs.org/en/latest/overview.html#formserializer) and [SerializerForm](https://django-rest-framework-braces.readthedocs.org/en/latest/overview.html#serializerform), which are adapters between DRF serializers and Django forms.
254254
* [drf-haystack][drf-haystack] - Haystack search for Django Rest Framework
255255
* [django-rest-framework-version-transforms][django-rest-framework-version-transforms] - Enables the use of delta transformations for versioning of DRF resource representations.
256+
* [django-rest-messaging][django-rest-messaging], [django-rest-messaging-centrifugo][django-rest-messaging-centrifugo] and [django-rest-messaging-js][django-rest-messaging-js] - A real-time pluggable messaging service using DRM.
256257

257258
## Other Resources
258259

@@ -357,3 +358,6 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
357358
[django-rest-framework-version-transforms]: https://github.com/mrhwick/django-rest-framework-version-transforms
358359
[djangorestframework-jsonapi]: https://github.com/django-json-api/django-rest-framework-json-api
359360
[html-json-forms]: https://github.com/wq/html-json-forms
361+
[django-rest-messaging]: https://github.com/raphaelgyory/django-rest-messaging
362+
[django-rest-messaging-centrifugo]: https://github.com/raphaelgyory/django-rest-messaging-centrifugo
363+
[django-rest-messaging-js]: https://github.com/raphaelgyory/django-rest-messaging-js

0 commit comments

Comments
 (0)