Hello! My Flask app is rendering fine, but it doesn't seem like the database is working. I'm getting this error from the log:
2015-08-14 06:50:26: (1146, "Table 'potts$Potts.User' doesn't exist")
On the MySQL console, I have verified that the table and database indeed exist, but I'm not sure why my Flask App is complaining. Any idea would be appreciated! Thank you :)