1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #3260 from lorin/migrate-noinput

django_manage: Pass --noinput to migrate
This commit is contained in:
Michael DeHaan 2013-06-19 08:31:19 -07:00
commit 5b1babbdc0

View file

@ -177,6 +177,7 @@ def main():
noinput_commands = (
'flush',
'syncdb',
'migrate',
'test',
'collectstatic',
)