Where is head_html value of website settings

Hi All ,

I can’t not find tabWebiste Settings. in databases.

when search in project I find :

website_settings = frappe.get_doc(“Website Settings”, “Website Settings”)

i facing problem and I need to reset head_html to deduce where is the bug

thanks

Website Settings is a single doctype. You will find it in tabSingles.

https://frappe.io/docs/user/en/guides/app-development/single-type-doctype

1 Like

@netchampfaris big thanks. I just clear the head_html value and this. fixed the bug