Just wanted to know if the GDAL libraries etc are installed by default to support GeoDjango? I can't install them with apt-get as a non SUDOer...
Just wanted to know if the GDAL libraries etc are installed by default to support GeoDjango? I can't install them with apt-get as a non SUDOer...
yep!
I'm using MySql but getting an error "AttributeError: 'DatabaseOperations' object has no attribute 'geo_db_type'" when I migrate apps. I have the django.contrib.gis.db.backends.mysql setting in the settings and the installed_apps is correct I think. Am I missing a linux dependency?
Dammit. local_settings still had a reference to sqlite that I didn't see
Is it all working OK then?