workout/Procfile

4 lines
75 B
Plaintext
Raw Normal View History

2018-04-14 00:30:24 +02:00
release: python manage.py migrate
web: gunicorn workout.wsgi --log-file -
2018-04-13 23:31:52 +02:00