mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 05:29:18 +00:00
[website] [cleanup] moved website generic utils to framework
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user