GeoDjango with Django 1.2
I’ve been struggling with trying to use geodjango with django 1.2 when all you need to do is update your database settings.
If you are encountering errors like:
AttributeError: 'DatabaseOperations' object has no attribute 'geo_db_type' AttributeError: 'module' object has no attribute 'GeoSQLCompiler'
Set your DATABASE_ENGINE correctly:
'ENGINE': 'django.contrib.gis.db.backends.postgis',
-
achetervefa liked this
-
enpause liked this
-
dsampaolo liked this
-
recette-tagada liked this
-
telephonie-mobile liked this
-
wakameeeeeeeee liked this
-
wakamiii liked this
-
wakami liked this
-
cotorotom liked this
-
czapkahapka liked this
-
czumikakooo liked this
-
globinho326556 liked this
-
howardtharp liked this
-
djangosaur posted this