My python(3.5) and django(2.1) app runs good locally but after I have deployed it on App engine, It gives me error by clicking on links.
ProgrammingError: (1146, "Table 'chaipani.django_site' doesn't exist") raise_mysql_exception (/env/lib/python3.7/site-packages/pymysql/err.py:109)
Plese tell me whats wrong with it?