[Answer]-NotImplementedError('No Geographic Backend exists for %s' % settings.DATABASE_ENGINE)

1👍

You need to define a database backend that supports GIS. My suggestion is to go through the GIS tutorial to get you up to speed.

Leave a comment