seitime-frappe/frappe/www/about.py
Gavin D'souza ce38587a4e perf: About Us Settings
Use cached document for building /about page
2022-06-13 18:39:56 +05:30

12 lines
228 B
Python

# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: MIT. See LICENSE
import frappe
sitemap = 1
def get_context(context):
context.doc = frappe.get_cached_doc("About Us Settings")
return context