PageRenderTime 17ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/django/contrib/gis/db/backends/spatialite/client.py

https://code.google.com/p/mango-py/
Python | 5 lines | 3 code | 2 blank | 0 comment | 0 complexity | 035450f9ee1af009e5f0e1bb70df267f MD5 | raw file
Possible License(s): BSD-3-Clause
  1. from django.db.backends.sqlite3.client import DatabaseClient
  2. class SpatiaLiteClient(DatabaseClient):
  3. executable_name = 'spatialite'