brotherton-erpnext/patches/february_2013/p07_clear_web_cache.py
Nabin Hait f7df8b28d2 -m
2013-03-12 10:58:11 +05:30

7 lines
142 B
Python

import webnotes
def execute():
webnotes.reload_doc("website", "doctype", "blog_post")
from website.utils import clear_cache
clear_cache()