removed december_2012.clear_web_cache patch

This commit is contained in:
Rushabh Mehta
2013-03-12 21:39:56 +05:30
parent ae097f2209
commit 2eddd8ad68
3 changed files with 1 additions and 15 deletions

View File

@@ -1,13 +0,0 @@
import webnotes
def execute():
webnotes.reload_doc("website", "doctype", "web_page")
webnotes.reload_doc("website", "doctype", "blog")
webnotes.reload_doc("stock", "doctype", "item")
webnotes.reload_doc("setup", "doctype", "item_group")
# 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()