OpenEnergyPlatform / oeplatform

Repository for the code of the Open Energy Platform (OEP) website. The OEP provides an interface to the Open Energy Family
http://openenergyplatform.org/
GNU Affero General Public License v3.0
61 stars 19 forks source link

Add management command to unpublish tables #1492

Closed jh-RLI closed 6 months ago

jh-RLI commented 6 months ago

Description of the issue

We have recently extended the dataedit.models.table model with the field is_publish. The functionality to set / reset a published table is not yet implemented.

Ideas of solution

To be able to manage this value (in particular to reset it), we need a new management command.

Workflow checklist