mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
parent
8097e54832
commit
6b6d13bf6e
15 changed files with 83 additions and 21 deletions
6
tests/gis_tests/admin.py
Normal file
6
tests/gis_tests/admin.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
try:
|
||||
from django.contrib.gis import admin
|
||||
except ImportError:
|
||||
from django.contrib import admin
|
||||
|
||||
admin.OSMGeoAdmin = admin.ModelAdmin
|
Loading…
Add table
Add a link
Reference in a new issue