[website] [minor] moving to framework
This commit is contained in:
parent
23b88a1815
commit
6a55de6299
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
"public/css/all-web.css": [
|
||||
"lib/public/css/bootstrap.css",
|
||||
"lib/public/css/font-awesome.css",
|
||||
"lib/website/css/website.css"
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import os
|
|||
import webnotes
|
||||
|
||||
def make():
|
||||
from startup.webutils import get_home_page
|
||||
from webnotes.webutils import get_home_page
|
||||
|
||||
if not webnotes.conn:
|
||||
webnotes.connect()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue