mirror of
https://github.com/django/django.git
synced 2024-12-28 12:06:22 +00:00
4555aa0a48
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
6 lines
106 B
Python
6 lines
106 B
Python
from django.contrib.gis import admin
|
|
|
|
|
|
class UnmodifiableAdmin(admin.OSMGeoAdmin):
|
|
modifiable = False
|