fixes in cms

This commit is contained in:
Anand Doshi
2012-05-22 13:41:51 +05:30
parent d287962cd9
commit f0babb7f0f
3 changed files with 5 additions and 10 deletions

View File

@@ -106,14 +106,7 @@ os.system("lib/wnf.py -l")
# force sync all
os.system("lib/wnf.py --sync_all -f")
# create website files
from webnotes.model.code import get_obj
# rewrite pages
ws = get_obj('Website Settings')
ws.rewrite_pages()
ss = get_obj('Style Settings')
ss.validate()
ss.on_update()
os.system("lib/wnf.py --cms")
# set filemode false
os.system("git config core.filemode false")