mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
first
This commit is contained in:
parent
1a799ee4da
commit
8a558f4a16
89 changed files with 6616 additions and 6614 deletions
|
|
@ -232,7 +232,9 @@ def create_site_in_bench(args):
|
|||
apps = os.listdir(f"{os.getcwd()}/{args.bench_name}/apps")
|
||||
apps.remove("frappe")
|
||||
for app in apps:
|
||||
print(app)
|
||||
new_site_cmd.append(f"--install-app={app}")
|
||||
print(new_site_cmd)
|
||||
new_site_cmd.append(args.site_name)
|
||||
cprint(f"Creating Site {args.site_name} ...", level=2)
|
||||
subprocess.call(
|
||||
|
|
|
|||
Loading…
Reference in a new issue