diff options
Diffstat (limited to 'chimere/models.py')
-rw-r--r-- | chimere/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chimere/models.py b/chimere/models.py index 3177864..33e7682 100644 --- a/chimere/models.py +++ b/chimere/models.py @@ -352,6 +352,8 @@ class Importer(models.Model): blank=True, null=True) associate_marker_to_way = models.BooleanField(_(u"Automatically associate "\ u"a marker to a way"), default=False) + automatic_update = models.BooleanField(_(u"Automatically updated"), + default=False) default_localisation = PointField(_(u"Default localisation"), srid=settings.CHIMERE_EPSG_DISPLAY_PROJECTION, blank=True, null=True, |