Update Procfile

This commit is contained in:
Andros Fenollosa
2021-07-14 17:25:59 +02:00
committed by GitHub
parent 62aad966f4
commit 005c81a9dd

View File

@ -1,2 +1,2 @@
release: python3 manage.py migrate
web: gunicorn project.wsgi web: gunicorn project.wsgi
release: python3 manage.py migrate && python3 manage.py runscript create_books