Skip to content

Commit

Permalink
Inversion Latitude Longitude in model AtelierSoude#144
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrattoune authored Jan 23, 2022
1 parent 30ca273 commit 8df6276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openrepairplatform/location/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Place(models.Model):
category = models.CharField(max_length=100, default="Other")
slug = models.SlugField(default="", blank=True)
address = models.CharField(max_length=255, verbose_name=_("street address"))
longitude = models.FloatField()
latitude = models.FloatField()
longitude = models.FloatField()
picture = models.ImageField(
upload_to="places/",
blank=True,
Expand Down

0 comments on commit 8df6276

Please sign in to comment.