Skip to content

Commit 1db121b

Browse files
committed
Updates readme with cache warning. Adds funding.yml
1 parent df77582 commit 1db121b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: scuml

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ After installation, you now need to redirect mail to the mail toolbar. Change y
5454
EMAIL_BACKEND = 'mail_panel.backend.MailToolbarBackend'
5555
```
5656

57+
**Important:** This plugin uses Django's cache backend to store messages. If you are using `DummyCache`, the mail panel will not work.
58+
5759

5860
**[Optional]**
5961
By default, mail toolbar stores messages for one day before removing them from cache. You can change this with the following setting:

0 commit comments

Comments
 (0)