issues
search
occipital
/
django-content-settings
The most advanced admin editable setting for Django
https://django-content-settings.readthedocs.io/
38
stars
0
forks
source link
json_view_value for very simple types
#100
Closed
oduvan
closed
4 months ago
oduvan
commented
4 months ago
you don't need to down to json dump function if you know that the value is bool - just return true or false
for decimal we can have an attribute of what will be the json convertion
email can be simply quoted
int returned as
str(value)
str(value)