Miserlou/Zappa

Pass Additional Arguments to Zappa Manage

Open

#1.136 geöffnet am 28. Sept. 2017

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (1.286 Forks)batch import
enhancementhacktoberfesthelp wanted

Repository-Metriken

Stars
 (11.903 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?

Contributor Guide