diff --git a/library/web_infrastructure/django_manage b/library/web_infrastructure/django_manage index eb766c6a0b0..d123ce353a2 100644 --- a/library/web_infrastructure/django_manage +++ b/library/web_infrastructure/django_manage @@ -177,6 +177,7 @@ def main(): noinput_commands = ( 'flush', 'syncdb', + 'migrate', 'test', 'collectstatic', )