Considering I have this model:
class AddressLocation(models.Model): streetaddress = models.CharField(max_length=255, blank=True) xcoordinate = models.