capstone
capstone copied to clipboard
Add mechanism for do-not-edit warnings
In our new deployment, we will sometimes clone the data to perform long-running migrations, then swap the running data for the cloned and migrated data. During this procedure, we don't want admin users to make edits that will be blasted when the swap happens. Maybe add something to various templates to warn users not to edit, when a flag file is present? Or even suppress the editing functions altogether? Probably the former will be easier/more flexible.