brotherton-erpnext/patches/february_2013/p07_clear_web_cache.py

6 lines
87 B
Python
Raw Normal View History

2013-02-21 09:12:34 +00:00
import webnotes
def execute():
from website.utils import clear_cache
clear_cache()