django-refunds/Procfile

3 lines
74 B
Plaintext

web: gunicorn refunds.wsgi --log-file -
release: python manage.py migrate