convert general-area-AreaLocations to Areas and poi-AreaLocations to Points

This commit is contained in:
Laura Klünder 2017-05-10 20:41:22 +02:00
parent b77086f8ed
commit fd17c3c29d
3 changed files with 75 additions and 1 deletions

View file

@ -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')