New Setup Wizard

This commit is contained in:
Rushabh Mehta
2013-10-08 17:59:11 +05:30
parent 8941841a9c
commit 8c5a5f1ed5
16 changed files with 589 additions and 484 deletions

View File

@@ -0,0 +1,14 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals
import webnotes
from setup.page.setup_wizard.test_setup_data import args
from setup.page.setup_wizard.setup_wizard import setup_account
if __name__=="__main__":
webnotes.connect()
webnotes.local.form_dict = webnotes._dict(args)
setup_account()