Browse Source

logo added

master
Ubuntu 3 years ago
parent
commit
c8ac7db9ab
  1. 18
      smart_service/hooks.py

18
smart_service/hooks.py

@ -9,7 +9,7 @@ app_color = "#E31A37"
app_email = "siva@hnsonline.com" app_email = "siva@hnsonline.com"
app_license = "MIT" app_license = "MIT"
# app_logo_url = "/assets/smart_service/images/SS Alone.png" # app_logo_url = "/assets/smart_service/images/SS Alone.png"
app_logo_url = "/assets/smart_service/images/SS and Mahindra.png" app_logo_url = "/assets/smart_service/images/SsAndMahindra.png"
# app_logo_url = "/assets/smart_service/images/ic_app_icon1.png" # app_logo_url = "/assets/smart_service/images/ic_app_icon1.png"
# ic_app_icon.png # ic_app_icon.png
@ -21,7 +21,7 @@ web_include_css = ["/assets/css/smart_service.min.css"]
# Icons # Icons
website_context = { website_context = {
"favicon": "/assets/smart_service/images/Logo Fav Icon.png", "favicon": "/assets/smart_service/images/Logo Fav Icon.png",
"splash_image": "/assets/smart_service/images/Mahindra_NewSplash.png", "splash_image": "/assets/smart_service/images/SS Alone.png",
# "splash_image": "/assets/smart_service/images/ic_app_icon1.png", # "splash_image": "/assets/smart_service/images/ic_app_icon1.png",
"app_name" : "smart service" "app_name" : "smart service"
} }
@ -199,15 +199,17 @@ fixtures = [
# } # }
#"Custom Field", #"Custom Field",
#"Property Setter", #"Property Setter",
#"Client Script", # "Client Script",
#"Server Script", #"Server Script",
#"Workflow", # "Workflow",
#"Workflow Action Master", # "Workflow Action Master",
#"Workflow State", # "Workflow State",
#"Role", #"Role",
#"Workspace", #"Workspace",
#"Custom DocPerm" # "Custom DocPerm",
#"Dashboard Chart" # "Role Profile",
# "Report",
# "Dashboard Chart"
] ]

Loading…
Cancel
Save