[website] [minor] moving to framework

This commit is contained in:
Anand Doshi 2013-09-10 13:46:14 +05:30
parent 23b88a1815
commit 6a55de6299
2 changed files with 2 additions and 1 deletions

View file

@ -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"
]
},

View file

@ -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()