Forums

OperationalError at /accounts/login/ no such table: django_session

Hi, I tried installing a webapp on pythonanywhere from github repo. I followed all the steps, had db.sqlite added to gitignore file. Did migrate, but still getting the above error. Although the code is running as expected in local. Please suggest.

You're not reading the file you expect because you're using a relative path. See http://help.pythonanywhere.com/pages/NoSuchFileOrDirectory/