eahub.org
eahub.org copied to clipboard
manage.py migrate command raises the error `relation "cache" does not exist`, which requires manage.py createcachetable command exec
Current state
- When running
docker-compose up web
and then going on localhost:8000, getting error
relation "cache" does not exist
LINE 1: SELECT "cache_key", "value", "expires" FROM "cache" WHERE "c...
- Probably the case because no db present
- We used to be able to run without having local db (it would build one from scratch)
Desired state
- Enable running project without having local db