Hello everybody this is my first post,
I made a website with Django 1.8.9 and Python 3.4.4 on Windows 7. As I was using SQLite3 everything was fine. I needed to change the database to MySQL. I installed MySQL 5.6 and mysqlclient. I changed the database settings and made the migration ->worked.
But when I try to register a new account or logging into the admin (made createsuperuser before) I get this Error: (1146, "Table 'community_db.app_cache' doesn't exist") I restarted the server and restarted command prompt.
What also confuses me is the next row: C:\Python34\lib\site-packages\MySQLdb\connections.py in query, line 280 I was reading that there isn't any MySQLdb for Python 3
Would be nice if there is any help. I already spent such a long time for this website and I tried to solve this problem like allllll the other ones before, but for this one I can't find any help via google/stackover. I don't know what to do