Esempio n. 1
0
def switch_to_develop(upgrade=False):
	"Switch frappe and erpnext to develop branch"
	from bench.app import switch_to_develop
	switch_to_develop(upgrade=upgrade)
	print
	print 'Switched to develop'
	print 'Please run `bench update --patch` to be safe from any differences in database schema'
Esempio n. 2
0
def switch_to_develop(upgrade=False):
    "Switch frappe and erpnext to develop branch"
    from bench.app import switch_to_develop
    switch_to_develop(upgrade=upgrade)
    print
    print 'Switched to develop'
    print 'Please run `bench update --patch` to be safe from any differences in database schema'
Esempio n. 3
0
def switch_to_develop(upgrade=False):
    "Switch frappe and erpnext to develop branch"
    from bench.app import switch_to_develop
    switch_to_develop(apps=['frappe', 'erpnext'])