Unable to save with save_model using database router
问题 I am using a database router hence i have two databases for my application. One database for default django data and the other one. In my admin i have override the save_model function in order to save the created_by variable, but i am unable to do this. Cannot assign "<User: testuser>": the current database router prevents this relation. database router: from django.conf import settings class DatabaseAppsRouter(object): def db_for_read(self, model, **hints): """Point all read operations to