brotherton-erpnext/erpnext/patches/jan_mar_2012/website/feed.py
2012-02-07 14:31:49 +05:30

6 lines
150 B
Python

import webnotes
from webnotes.model.doc import Document
from webnotes.modules import reload_doc
def execute():
reload_doc('home', 'doctype', 'feed')