coderholic / django-cities

Countries and cities of the world for Django projects
MIT License
923 stars 371 forks source link

migrate error.. django latest.. i belive readme is not enough #158

Closed realsby closed 7 years ago

realsby commented 7 years ago

AttributeError: 'DatabaseOperations' object has no attribute 'geo_db_type'

blag commented 7 years ago

Are you using a database backend that supports GIS operations? See this StackOverflow post for more.

See the documentation for GeoDjango for more.

blag commented 7 years ago

I have updated the README to include the GeoDjango requirement.

Closing, but feel free to reopen if using a GIS-enabled database doesn't fix it. Please include a full traceback, the DATABASES and INSTALLED_APPS settings from your project's settings.py, and any steps you've done to try to debug the problem. Thanks!