Merge pull request #3260 from lorin/migrate-noinput

django_manage: Pass --noinput to migrate
reviewable/pr18780/r1
Michael DeHaan 12 years ago
commit e401602837

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

Loading…
Cancel
Save