I have a Django model in which i declare maplocation = models.PointField()
I'd like to work with geography not geometry, if i use python manage.py sql it maps as "maplocation" geometry(POINT,4326) NOT NULL
,
what do i need to do so that the translation will be correct?