I'm using django with postgresql. But when I run the app, I get the following error:
relation "django_session" does not exist LINE 1: ...ession_data", "django_session"."expire_date" FROM "django_se...
I searched for this error, but the only situation people talked about was when the name of the table had mixed case characters. But the table name in my case is all in small letters so this shouldn't happen. What is wrong here? Thanks
p.s. This is the project I'm working with. https://github.com/mirumee/saleor