I have an OpenLiteSpeed Django app in Google Cloud Compute Engine which connects a SQLite DB. I've created some models and views, in these views I can show lists and graphics of SQLite data. I am also able to list and search the data in admin views. However in admin view when I try to make some...