mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
Fix #218
This commit is contained in:
parent
d43c6adf3e
commit
4ea1f90a49
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ from django.conf import settings
|
|||
|
||||
CONFIG_DEFAULTS = {
|
||||
'PAGINATE_BY': 20,
|
||||
'JSONFIELD': False,
|
||||
'USE_JSONFIELD': False,
|
||||
'SOFT_DELETE': False
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue