From fdfa42aa1a2a8bd83a74e3ae6c72ace428823c84 Mon Sep 17 00:00:00 2001 From: blag Date: Sun, 5 Nov 2023 01:23:03 -0800 Subject: [PATCH] Add images to README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6907e90..ab9247f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ **django-bigredbutton** provides a big red "End All Other Sessions" button in a list of a user's current sessions. +Rendered with a light theme: + +![light_bg](https://github.com/blag/django-bigredbutton/assets/597113/3504d235-3750-4354-a35c-78e628a3e248) + +Rendered with a dark theme: + +![dark_bg](https://github.com/blag/django-bigredbutton/assets/597113/33f8405d-4b24-4f96-b1a5-e028de0abf84) + It can work with multiple session backends, and includes built-in templates for both [django-qsessions](https://pypi.org/project/django-qsessions) and [django-user-sessions](https://pypi.org/project/django-user-sessions), and dynamically switches between them depending on which one is identified in `settings.SESSION_ENGINE`. ## Compatibility