Re: GeoDjango with MySQL8

2020-05-25 Thread Tim Graham
Hi, you might have better luck getting an answer on the GeoDjango mailing list: https://groups.google.com/forum/#!forum/geodjango On Monday, May 25, 2020 at 11:06:26 AM UTC-4, Utkarsh Bansal wrote: > > I am facing problems while trying to use GeoDjango (v2.2) with MySQL 8.0.19 > > I created a new

GeoDjango with MySQL8

2020-05-25 Thread Utkarsh Bansal
I am facing problems while trying to use GeoDjango (v2.2) with MySQL 8.0.19 I created a new PointField and ran makemigrations geo_code = PointField(srid=4326) On running sqlmigrate on the generated migration - I notice that the column does not have a SRID constrain BEGIN; -- -- Create model Loca