brotherton-erpnext/patches/december_2012/clear_web_cache.py

8 lines
181 B
Python
Raw Normal View History

2012-12-17 10:44:08 +00:00
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()