11 lines
324 B
Python
11 lines
324 B
Python
app_name = "project_management"
|
|
app_title = "Project Management"
|
|
app_publisher = "support@seeraarabia.com"
|
|
app_description = "Project Management UI"
|
|
app_email = "support@seeraarabia.com"
|
|
app_license = "mit"
|
|
|
|
website_route_rules = [
|
|
{"from_route": "/project_management/<path:app_path>", "to_route": "project_management"},
|
|
]
|