convert general-area-AreaLocations to Areas and poi-AreaLocations to Points
This commit is contained in:
parent
b77086f8ed
commit
fd17c3c29d
3 changed files with 75 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Area(SpecificLocation, SpaceGeometryMixin, models.Model):
|
|||
An area in a space.
|
||||
"""
|
||||
geometry = GeometryField('polygon')
|
||||
stuffed = models.BooleanField(verbose_name=_('stuffed area'))
|
||||
stuffed = models.BooleanField(verbose_name=_('stuffed area'), default=False)
|
||||
|
||||
class Meta:
|
||||
verbose_name = _('Area')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue