eahub.org icon indicating copy to clipboard operation
eahub.org copied to clipboard

manage.py migrate command raises the error `relation "cache" does not exist`, which requires manage.py createcachetable command exec

Open sebgrebe opened this issue 3 years ago • 5 comments

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

sebgrebe avatar Mar 01 '21 07:03 sebgrebe