diff --git a/Procfile b/Procfile index 967f654..96f4482 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -release: python manage.py migrate -web: gunicorn manuels_collection.wsgi --log-file - \ No newline at end of file +release: python manage.py migrate && python manage.py createcachetable +web: gunicorn manuels_collection.wsgi --log-file -