Forums

Table '[my_username]$[my_db_name].django_session' doesn't exist

After my django backend worked fine over mysqllite, i upgraded to mysql and now i am getting this error "Table '[my_username]$[my_db_name].django_session' doesn't exist". No backend pages (/api) work.

Realized the problem is that python manage.py wasn't reading the env variables from my wsgi file.

Did you make it work?