mirror of
https://github.com/frappe/bench.git
synced 2025-02-08 13:48:25 +00:00
build after init, fix #27
This commit is contained in:
parent
07df02ce9a
commit
620ee04ca8
@ -40,6 +40,7 @@ def init(path):
|
|||||||
setup_procfile(bench=path)
|
setup_procfile(bench=path)
|
||||||
setup_backups(bench=path)
|
setup_backups(bench=path)
|
||||||
setup_auto_update(bench=path)
|
setup_auto_update(bench=path)
|
||||||
|
exec_cmd("{frappe} --build".format(frappe=get_frappe(bench=path)), cwd=os.path.join(path, 'sites'))
|
||||||
|
|
||||||
def exec_cmd(cmd, cwd='.'):
|
def exec_cmd(cmd, cwd='.'):
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user