mirror of
https://github.com/django/django.git
synced 2025-06-03 18:49:12 +00:00
6 lines
138 B
Python
6 lines
138 B
Python
from django.db.backends.sqlite3.client import DatabaseClient
|
|
|
|
|
|
class SpatiaLiteClient(DatabaseClient):
|
|
executable_name = 'spatialite'
|