Create missing cache tables
This commit is contained in:
parent
218a020ce6
commit
ad509383d8
1 changed files with 2 additions and 2 deletions
4
Procfile
4
Procfile
|
@ -1,2 +1,2 @@
|
|||
release: python manage.py migrate
|
||||
web: gunicorn manuels_collection.wsgi --log-file -
|
||||
release: python manage.py migrate && python manage.py createcachetable
|
||||
web: gunicorn manuels_collection.wsgi --log-file -
|
||||
|
|
Loading…
Reference in a new issue