I encountered this error when configuring geodjango in a django 1.9 working application.
My application lives inside an Amazon EC2 instance plus a postgres RDS instance.
Error:
django.core.exceptions.ImproperlyConfigured: 'django.contrib.gis.db.backends.postgis' isn't an available database backend. Try using 'django.db.backends.XXX', where XXX is one of: 'mysql', 'oracle', 'postgresql', 'sqlite3
What I've done:
Can you guess what I am missing?
source share