streeter / django-db-readonly

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

Added whitelist of tables as a setting to django db readonly #5

Closed wesleykendall closed 10 years ago

wesleykendall commented 10 years ago

@jaredlewis this will allow us to configure the whitelisted tables via settings.py

wesleykendall commented 10 years ago

Please ignore previous pull request. We are making a solution to add whitelist functionality and did a PR to the wrong repo