Forums

I can't access the database within the application, the data is not visible

I can't access the database I use on the development server on the live server, the data is not visible. what's the problem? I created mysql in pythonanywhere, I configured in settings.py and I get this error: ModuleNotFoundError: No module named 'pymysql'

pymysql installed mysqlclient installed

You need to install the module into the python version/virtualenv that your web app is using. See https://help.pythonanywhere.com/pages/InstallingNewModules/