From dea298e5a607e483ae5f75e47e92b35330e330af Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 22 Feb 2021 12:13:51 +0100 Subject: Zip/unzip files on archive/unarchive imports --- ishtar_common/models.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 8e65c4503..0a2f4bb6f 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -737,6 +737,9 @@ class IshtarSiteProfile(models.Model, Cached): warning_name = models.TextField(_("Warning name"), blank=True, default="") warning_message = models.TextField(_("Warning message"), blank=True, default="") + delete_image_zip_on_archive = models.BooleanField( + _("Import - Delete image/document zip on archive"), default=False + ) config = models.CharField( _("Alternate configuration"), max_length=200, choices=ALTERNATE_CONFIGS_CHOICES, -- cgit v1.2.3