From 3a533098cf20e3b9323c0872368c70b73735a6a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berkay=20=C5=9Een?= <74716514+Brktrlw@users.noreply.github.com> Date: Tue, 15 Jul 2025 00:24:06 +0300 Subject: [PATCH] :handshake: Add django-admin-collaborator to Admin section (#324) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9d65d3..c1d5444 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-admin-env-notice](https://github.com/dizballanze/django-admin-env-notice) - Visually distinguish environments in Django Admin, for example: `development`, `staging`, `production`. - [django-related-admin](https://github.com/PetrDlouhy/django-related-admin) - A helper library that allows you to write list_displays across foreign key relationships. - [django-admin-sortable2](https://github.com/jrief/django-admin-sortable2) - Generic drag-and-drop ordering for objects in the Django admin interface. +- [django-admin-collaborator](https://github.com/brktrlw/django-admin-collaborator) - Add real-time user presence, edit locks, and chat to Django admin with Channels and Redis. ### Admin Themes - [django-grappelli](https://github.com/sehmaschine/django-grappelli) - A jazzy skin for the admin.