added writers page

This commit is contained in:
Rushabh Mehta
2013-03-08 11:00:18 +05:30
parent a2deb68776
commit 1dd330177d
7 changed files with 54 additions and 16 deletions

View File

@@ -5,4 +5,10 @@ import webnotes
class DocType:
def __init__(self, d, dl):
self.doc, self.doclist = d, dl
self.doc, self.doclist = d, dl
def on_update(self):
# for blog footer
from website.utils import clear_cache
clear_cache()