conf migration

This commit is contained in:
Pratik Vyas
2013-09-21 15:16:47 +05:30
parent 7782e83d33
commit cfed8c44b4
8 changed files with 14 additions and 14 deletions

View File

@@ -42,7 +42,7 @@ def make_demo_user():
p.doc.last_name = "User"
p.doc.enabled = 1
p.doc.user_type = "ERPNext Demo"
p.doc.send_invite_email = 0
# p.doc.send_invite_email = 0
p.doc.new_password = "demo"
p.insert()
add_roles(p)
@@ -118,4 +118,4 @@ def make_demo_on_login_script():
webnotes.conn.commit()
if __name__=="__main__":
make_demo_app()
make_demo_app()