updates to website: removed webnotes.cms

This commit is contained in:
Rushabh Mehta
2012-12-07 12:44:45 +05:30
parent 571377a313
commit a494b88ad8
18 changed files with 196 additions and 35 deletions

View File

@@ -45,6 +45,5 @@ class DocType:
def on_update(self):
"""rebuild pages"""
from webnotes.cms.make import make_web_core
make_web_core()
from website.helpers.make_web_include_files import make
make()

View File

@@ -24,8 +24,8 @@ class DocType:
def on_update(self):
# make js and css
from webnotes.cms.make import make_web_core
make_web_core()
from website.helpers.make_web_include_files import make
make()
# clear web cache (for menus!)
from website.utils import clear_cache