brotherton-erpnext/patches/february_2013/p07_clear_web_cache.py
2013-02-21 14:42:34 +05:30

6 lines
87 B
Python

import webnotes
def execute():
from website.utils import clear_cache
clear_cache()