Update todos and add Procfile/honcho

This commit is contained in:
2023-02-17 13:57:50 -05:00
parent 966aeefbdd
commit 69b6364f88
4 changed files with 32 additions and 9 deletions

2
Procfile Normal file
View File

@ -0,0 +1,2 @@
web: python manage.py runserver 0.0.0.0:8014
worker: celery -A vrobbler worker -l DEBUG