add importhub first draft
This commit is contained in:
parent
a4b72478fa
commit
04f7c27ecb
4 changed files with 275 additions and 120 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue