Merge pull request #3260 from lorin/migrate-noinput
django_manage: Pass --noinput to migrate
This commit is contained in:
commit
5b1babbdc0
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ def main():
|
||||||
noinput_commands = (
|
noinput_commands = (
|
||||||
'flush',
|
'flush',
|
||||||
'syncdb',
|
'syncdb',
|
||||||
|
'migrate',
|
||||||
'test',
|
'test',
|
||||||
'collectstatic',
|
'collectstatic',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue