coderholic / django-cities

Countries and cities of the world for Django projects
MIT License
920 stars 374 forks source link

No mention of libgeos requirement. #10

Closed mattdeboard closed 12 years ago

mattdeboard commented 12 years ago

At least in Django 1.2.3, this plugin will not run without installation of the libgeos C library. A mention of this in the documentation should be made.

pi-byteorbit commented 12 years ago

It would probably be more accurate to just document that a working GeoDjango installation is required (which may or may not require various libraries, depending on the backend).

mattdeboard commented 12 years ago

Agreed totally. I hadn't made that realization when I submitted this issue, however.

mattdeboard commented 12 years ago

Actually, it's not even that GeoDjango is required. Just a working Django installation of a version sufficiently high enough to have the GIS contrib library.