forked from Fediversity/Fediversity
Save before deployment
This commit is contained in:
parent
b4fbc457a6
commit
7cfacc3306
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ class Save(ConfigurationForm):
|
|||
class DeploymentStatus(ConfigurationForm):
|
||||
def form_valid(self, form):
|
||||
obj = self.get_object()
|
||||
obj.value = form.to_python().model_dump_json()
|
||||
obj.save()
|
||||
|
||||
# Check for deploy button
|
||||
|
|
Loading…
Add table
Reference in a new issue