mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +00:00
fix: change import path for new_site command
`_new_site` has been moved to `installer.py` in frappe/frappe#12447 Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
parent
08504b2b77
commit
d2450ef742
1 changed files with 1 additions and 2 deletions
|
|
@ -2,8 +2,7 @@ import os
|
||||||
import frappe
|
import frappe
|
||||||
import semantic_version
|
import semantic_version
|
||||||
|
|
||||||
from frappe.commands.site import _new_site
|
from frappe.installer import _new_site, update_site_config
|
||||||
from frappe.installer import update_site_config
|
|
||||||
from constants import COMMON_SITE_CONFIG_FILE, RDS_DB, RDS_PRIVILEGES
|
from constants import COMMON_SITE_CONFIG_FILE, RDS_DB, RDS_PRIVILEGES
|
||||||
from utils import (
|
from utils import (
|
||||||
run_command,
|
run_command,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue