mirror of
https://github.com/django/django.git
synced 2024-11-18 15:34:16 +00:00
6b6d13bf6e
Refs #23879.
7 lines
145 B
Python
7 lines
145 B
Python
try:
|
|
from django.contrib.gis import admin
|
|
except ImportError:
|
|
from django.contrib import admin
|
|
|
|
admin.OSMGeoAdmin = admin.ModelAdmin
|