brotherton-erpnext/erpnext/patches/may_2012/cms.py

11 lines
201 B
Python
Raw Normal View History

import webnotes
def execute():
2012-05-09 08:40:49 +00:00
from webnotes.model.code import get_obj
# rewrite pages
2012-05-09 10:07:54 +00:00
get_obj('Website Settings').rewrite_pages()
ss = get_obj('Style Settings')
ss.validate()
ss.on_update()