26 lines
515 B
JSON
26 lines
515 B
JSON
{
|
|
"models_dir": "${HOME}$/py/sage/models",
|
|
"output_dir": "${HOME}$/py/sage/wwwroot/_a/users",
|
|
"dbname": "sage",
|
|
"tblname": "users",
|
|
"params": {
|
|
"browserfields": {
|
|
"excloud": [],
|
|
"cwidth": {}
|
|
},
|
|
"editexclouded": [
|
|
"id"
|
|
],
|
|
"record_toolbar": null,
|
|
"content_view": {
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"{{entire_url('../userrole1')}}",
|
|
"params":{
|
|
"userid":"${id}"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|