Add no-input flag to migrate command

This commit is contained in:
Chris DeCairos 2018-02-15 12:07:05 -05:00
Родитель 51fccb8193
Коммит 7e517dd5c9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,2 +1,2 @@
release: python manage.py migrate
release: python manage.py migrate --no-input
web: python /app/generate_client_secrets.py && gunicorn pulseapi.wsgi