mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
Fix #235 typo in changelog
This commit is contained in:
parent
fdf5c1d222
commit
fa56e3e5f9
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
Now all configs for the app are made inside the dictionary
|
||||
*DJANGO\_NOTIFICATION\_CONFIG* in *settings.py*.
|
||||
|
||||
Default configs: `` `Python DJANGO_NOTIFICATION_CONFIG = {
|
||||
Default configs: `` `Python DJANGO_NOTIFICATIONS_CONFIG = {
|
||||
'PAGINATE_BY': 20, 'USE_JSONFIELD': False, 'SOFT_DELETE': False,
|
||||
'NUM_TO_FETCH': 10, } ``\`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue