This commit is contained in:
Alvaro Leonel 2018-05-30 23:03:57 -03:00
parent d43c6adf3e
commit 4ea1f90a49

View file

@ -3,7 +3,7 @@ from django.conf import settings
CONFIG_DEFAULTS = {
'PAGINATE_BY': 20,
'JSONFIELD': False,
'USE_JSONFIELD': False,
'SOFT_DELETE': False
}