Open shailoy opened 6 years ago
django-leaflet does not have migrations nor model fields. In which migration do you have an issue and what is the traceback ?
Hi, I have the same issue. It occurs with the example given. I installed all the requirements in a fresh virtualenv and tried to migrate, and then I got an error that GDAL was not found.
gdal is a requirements for GeoDjango since the 1.11 https://docs.djangoproject.com/en/1.11/releases/1.11/#id1
Are you using Django 1.11 and part of GeoDjango?
I am in fact using Django 1.11, but I don't use GeoDjango that I'm aware of. I thought GeoDjango wouldn't be a requirement for django-leaflet.
I guess that it is because django-leaflet use some part of geodjango for its form fields: https://github.com/makinacorpus/django-leaflet/blob/master/leaflet/forms/fields.py#L8
hi, I am using django 1.11 when i run the migrate command it give me gdal related error but you mentioned that i dont need gdal for this. can you please help me in this regard