[ { "model": "hacs.RoutingTable", "fields": { "route_name": "", "urls": [ { "prefix": "", "url_module": "", "namespace": "", "children": [] } ................More urlconf if any (with comma separated dictionary type) ], "handlers": { "handler400": "hacs.views.errors.bad_request", "handler403": "hacs.views.errors.permission_denied", "handler404": "hacs.views.errors.page_not_found", "handler500": "hacs.views.errors.server_error" } } }, # This sample for site`s route { "model": "hacs.SiteRoutingRules", "fields": { "site": [""], "route": [""] } }, # This sample for UserGroup based route. (optional) { "model": "hacs.ContentTypeRoutingRules", "fields": { "site": [""], "route": [""], "content_type": ["auth", "group"], "object_id": [""] } }, # This sample for User based route. (optional) { "model": "hacs.ContentTypeRoutingRules", "fields": { "site": [""], "route": [""], "content_type": ["auth", "user"], "object_id": [""] } } ]