Commit 5b1babbd by Michael DeHaan

Merge pull request #3260 from lorin/migrate-noinput

django_manage: Pass --noinput to migrate
parents d0a4f2d1 1ef1b03b
......@@ -177,6 +177,7 @@ def main():
noinput_commands = (
'flush',
'syncdb',
'migrate',
'test',
'collectstatic',
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment