diff --git a/Procfile b/Procfile index fee5dfa..6a2f636 100755 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ web: gunicorn core.wsgi +release: python manage.py migrate \ No newline at end of file