Hello, I buit an application with the Strava APIs. I have a SQLite database Access to the Django live database works well, but sometimes I do direct SQL code with select .... , and it doesn't find the tables, I think it's a configuration problem. ( Tables pre fixed with app n ame or not ) Has anyone encountered this problem before?
"Exception Value: no such table: myapp_col" my App : xoka06.eu.pythonanywhere.com