summaryrefslogtreecommitdiff
path: root/ishtar_common/models_imports.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models_imports.py')
-rw-r--r--ishtar_common/models_imports.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ishtar_common/models_imports.py b/ishtar_common/models_imports.py
index 22890d484..a37fd2afe 100644
--- a/ishtar_common/models_imports.py
+++ b/ishtar_common/models_imports.py
@@ -1428,6 +1428,10 @@ class BaseImport(models.Model, OwnPerms, SheetItem):
default=1,
help_text=_("Number of header lines in your file (can be 0 and should be 0 for geopackage or Shapefile)."),
)
+ imported_media_link = models.URLField(
+ _("Associated media (web link to a zip file or a path)"),
+ blank=True, null=True
+ )
creation_date = models.DateTimeField(
_("Creation date"), auto_now_add=True, blank=True, null=True
)