desktop: first cut

This commit is contained in:
Anand Doshi
2012-02-24 15:29:07 +05:30
parent b73fa49f34
commit eaaf65131b
7 changed files with 210 additions and 1 deletions

View File

@@ -27,10 +27,11 @@ def execute():
reload_doc('production', 'page', 'production_home')
reload_doc('projects', 'page', 'projects_home')
reload_doc('website', 'page', 'website_home')
reload_doc('home', 'page', 'desktop')
webnotes.conn.commit()
webnotes.conn.sql("""create table __SchedulerLog (
`timestamp` timestamp,
method varchar(200),
error text
) engine=MyISAM""")
) engine=MyISAM""")