coderholic / django-cities

Countries and cities of the world for Django projects
MIT License
927 stars 372 forks source link

syncdb fails to create the cities_city.location column #41

Closed un33k closed 12 years ago

un33k commented 12 years ago

What could be going wrong here?

column cities_city.location does not exist LINE 1: ..., "cities_city"."slug", "cities_city"."name_std", "cities_ci... ^

un33k commented 12 years ago

The above seems to be database environment related issue and not related to cities. will close.

coderholic commented 9 years ago

Yeah sounds like you haven't setup PostGIS