streeter / django-db-readonly

Force an entire site to become readonly. In a sort of hackish way.
MIT License
107 stars 21 forks source link

Consider all uses of INSERT and DELETE writes #12

Closed tomsun closed 5 years ago

tomsun commented 8 years ago

Example not covered by INSERT INTO:

Example not covered by DELETE FROM:

streeter commented 5 years ago

Thanks for the contribution and sorry that I missed this for so long!

I just merged #17 which should also do the same thing.