mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-14 01:40:26 +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
@ -2,8 +2,7 @@ import os
|
||||
import frappe
|
||||
import semantic_version
|
||||
|
||||
from frappe.commands.site import _new_site
|
||||
from frappe.installer import update_site_config
|
||||
from frappe.installer import _new_site, update_site_config
|
||||
from constants import COMMON_SITE_CONFIG_FILE, RDS_DB, RDS_PRIVILEGES
|
||||
from utils import (
|
||||
run_command,
|
||||
|
Loading…
x
Reference in New Issue
Block a user