add importhub first draft

This commit is contained in:
Laura Klünder 2023-12-25 22:48:54 +01:00
parent a4b72478fa
commit 04f7c27ecb
4 changed files with 275 additions and 120 deletions

View file

@ -24,7 +24,7 @@ class GeometryMixin(SerializableMixin):
geometry: BaseGeometry
level_id: int
subtitle: str
import_tag = models.CharField(_('import tag'), null=True, blank=True, max_length=32)
import_tag = models.CharField(_('import tag'), null=True, blank=True, max_length=64)
class Meta:
abstract = True