diff --git a/Procfile b/Procfile index cd0f40c..247ac13 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ -web: gunicorn project.wsgi \ No newline at end of file +web: gunicorn project.wsgi +release: python3 manage.py migrate && python3 manage.py runscript create_books