mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00:00
django_manage: Pass --noinput to migrate
The django 'migrate' command should receive the --noinput command, otherwise it can block waiting for user input.
This commit is contained in:
@@ -177,6 +177,7 @@ def main():
|
||||
noinput_commands = (
|
||||
'flush',
|
||||
'syncdb',
|
||||
'migrate',
|
||||
'test',
|
||||
'collectstatic',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user