Files
vrobbler/Procfile

3 lines
88 B
Plaintext

web: python manage.py runserver 0.0.0.0:8014
worker: celery -A vrobbler worker -l DEBUG