2
0
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:
Chinmay D. Pai 2021-02-28 14:46:50 +05:30
parent 08504b2b77
commit d2450ef742
No known key found for this signature in database
GPG Key ID: 75507BE256F40CED

View File

@ -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,