Miserlou/Zappa

Pass Additional Arguments to Zappa Manage

Open

#1,136 创建于 2017年9月28日

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)Python (1,286 fork)batch import
enhancementhacktoberfesthelp wanted

仓库指标

Star
 (11,903 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

if some column or data can be changed or deleted while migrating, django warns like below.

Any objects related to these content types by a foreign key will also be deleted. Are you sure you want to delete these content types? If you're unsure, answer 'no'.

Type 'yes' to continue, or 'no' to cancel:

but, as I know, I cannot input yes or no using zappa. django provide --noinput options, but it wasn't work because this option selects 'no' automatically. I want to migrate using zappa manage migrate. what should I do?

贡献者指南