Skip to content

Commit fdfa42a

Browse files
authored
Add images to README.md
1 parent 7e3b387 commit fdfa42a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
**django-bigredbutton** provides a big red "End All Other Sessions" button in a list of a user's current sessions.
1010

11+
Rendered with a light theme:
12+
13+
![light_bg](https://github.com/blag/django-bigredbutton/assets/597113/3504d235-3750-4354-a35c-78e628a3e248)
14+
15+
Rendered with a dark theme:
16+
17+
![dark_bg](https://github.com/blag/django-bigredbutton/assets/597113/33f8405d-4b24-4f96-b1a5-e028de0abf84)
18+
1119
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`.
1220

1321
## Compatibility

0 commit comments

Comments
 (0)