1
0
mirror of https://github.com/django/django.git synced 2025-06-03 18:49:12 +00:00
2013-11-02 10:18:46 -07:00

6 lines
138 B
Python

from django.db.backends.sqlite3.client import DatabaseClient
class SpatiaLiteClient(DatabaseClient):
executable_name = 'spatialite'