django-db-readonly icon indicating copy to clipboard operation
django-db-readonly copied to clipboard

Force an entire site to become readonly. In a sort of hackish way.

Results 6 django-db-readonly issues
Sort by recently updated
recently updated
newest added

Goal is to avoid restarting server instance

feature

Is this library compatible with python3.7? thanks.

Can I use this app to ignore the write sql? I'm replicating a db to a slave, which is readonly. (and want to see the data in the db)

...matching, eg. " update foo" as well as "UPDATE foo". Fixes an issue with some manually-generated queries I have that were not being prevented with the simple startswith() check.