removed refresh_cache from wnf.py
This commit is contained in:
parent
ae6bd1a849
commit
02e43dfb3c
1 changed files with 0 additions and 7 deletions
7
wnf.py
7
wnf.py
|
|
@ -83,10 +83,6 @@ def rebuild():
|
|||
# build js / css
|
||||
from webnotes.utils import bundlejs
|
||||
bundlejs.bundle(False)
|
||||
|
||||
# build cache
|
||||
import website.web_cache
|
||||
website.web_cache.refresh_cache(['Blog'])
|
||||
|
||||
def apply_latest_patches():
|
||||
import webnotes.modules.patch_handler
|
||||
|
|
@ -415,9 +411,6 @@ def run():
|
|||
import webnotes.cms.make
|
||||
webnotes.cms.make.make()
|
||||
|
||||
import website.web_cache
|
||||
website.web_cache.refresh_cache(['Blog'])
|
||||
|
||||
elif options.clear_cache:
|
||||
clear_cache()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue