我正在将Amazon Elasticsearch Service与Postgress一起使用。通过django管理员,Elasticsearch与每个Create,Update操作均能很好地配合。但是,当我尝试从django管理员中删除时,我得到了
ConnectionError(<urllib3.connection.HTTPConnection object at 0x7f9371e200f0>: Failed to establish a new connection: [Errno 111] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7f9371e200f0>: Failed to establish a new connection: [Errno 111] Connection refused)
我检查了很多站点,但是我得到的只是同步命令,
./manage.py search_index --populate -f
但这是行不通的。有什么方法可以让我通过django admin进行删除,而无需禁用elasticseach服务