Inkycal/server/app
Ace 376ce6cbe3 Better support for JSON
swapped "True" with True which shows true in json
swapped "False" with False which shows false in json
swapped empty string with None which shows null in json
By swapping these values, the json file can be correctly converted back to a dictionary which python can understand.
2020-11-12 10:26:58 +01:00
..
static/css Initial commit for release v2.0.0 2020-11-09 17:51:15 +01:00
templates Initial commit for release v2.0.0 2020-11-09 17:51:15 +01:00
__init__.py Initial commit for release v2.0.0 2020-11-09 17:51:15 +01:00
config_loader.py Initial commit for release v2.0.0 2020-11-09 17:51:15 +01:00
forms.py Initial commit for release v2.0.0 2020-11-09 17:51:15 +01:00
routes.py Better support for JSON 2020-11-12 10:26:58 +01:00