|
|
@@ -36,9 +36,8 @@ def after_install(): |
|
|
|
# update admin password |
|
|
|
update_password("Administrator", get_admin_password()) |
|
|
|
|
|
|
|
# setup_conf = frappe._dict(frappe.local.conf.setup) |
|
|
|
# if setup_conf and not setup_conf.skip_setup_wizard: |
|
|
|
# frappe.db.set_default('desktop:home_page', 'setup-wizard') |
|
|
|
if not frappe.conf.skip_setup_wizard: |
|
|
|
frappe.db.set_default('desktop:home_page', 'setup-wizard') |
|
|
|
|
|
|
|
# clear test log |
|
|
|
with open(frappe.get_site_path('.test_log'), 'w') as f: |
|
|
|