I'm wondering if there's a way to write migrations that won't ask me for input at the terminal. For example, while writing a migration that deletes a model, Django asks me to confirm this at the command line with a yes/no. I want to avoid these prompts because the same code will be used for I'm wondering if there's a way to write migrati