|
@@ -156,6 +156,7 @@ class Antenna(models.Model):
|
|
RegexValidator(r'^([0-9a-fA-F]{2}([:-]?|$)){6}$'),
|
|
RegexValidator(r'^([0-9a-fA-F]{2}([:-]?|$)){6}$'),
|
|
],
|
|
],
|
|
verbose_name='Adresse MAC')
|
|
verbose_name='Adresse MAC')
|
|
|
|
+ contact = models.ForeignKey(Adhesion, null=True, blank=True)
|
|
notes = models.TextField(blank=True)
|
|
notes = models.TextField(blank=True)
|
|
position = geo_models.PointField(null=True, blank=True)
|
|
position = geo_models.PointField(null=True, blank=True)
|
|
orientation = models.IntegerField(verbose_name='Orientation (°)', null=True, blank=True)
|
|
orientation = models.IntegerField(verbose_name='Orientation (°)', null=True, blank=True)
|