Create missing cache tables

This commit is contained in:
Gabriel Augendre 2019-04-01 16:44:57 +02:00 committed by GitHub
parent 218a020ce6
commit ad509383d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 -