1
from django.db.backends.sqlite3.client import DatabaseClient
2
3
class SpatiaLiteClient(DatabaseClient):
4
executable_name = 'spatialite'
5