accounting/json/account_config.json

23 lines
556 B
JSON

{
"models_dir": "${HOME}$/py/accounting/models",
"output_dir": "${HOME}$/py/sage/wwwroot/account_config",
"dbname": "sage",
"tblname": "account_config",
"title": "账户设置",
"params": {
"browserfields": {
"exclouded": [
"id"
],
"cwidth": {}
},
"editexclouded": [
"id"
],
"editable": {
"new_data_url": "default",
"update_data_url": "default",
"delete_data_url": "default"
}
}
}