brotherton-erpnext/patches/december_2012/clear_web_cache.py
2012-12-17 16:14:26 +05:30

8 lines
181 B
Python

import webnotes
def execute():
# build wn-web.js and wn-web.css
from website.helpers.make_web_include_files import make
make()
import website.utils
website.utils.clear_cache()