[website] [cleanup] moved website generic utils to framework

This commit is contained in:
Rushabh Mehta
2013-04-02 10:41:37 +05:30
parent 7692352390
commit 9db1a68d89
18 changed files with 150 additions and 379 deletions

View File

@@ -3,14 +3,14 @@
import os
import webnotes
import website.utils
import webnotes.webutils
def make():
if not webnotes.conn:
webnotes.connect()
home_page = website.utils.get_home_page()
home_page = webnotes.webutils.get_home_page()
fname = 'js/wn-web.js'
if os.path.basename(os.path.abspath('.'))!='public':