diff options
Diffstat (limited to 'core/admin.py')
-rw-r--r-- | core/admin.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/admin.py b/core/admin.py index e60583e..bfbd727 100644 --- a/core/admin.py +++ b/core/admin.py @@ -1,7 +1,5 @@ -import django.forms as forms from django.contrib import admin from django.core import serializers -from django.forms import ModelForm from django.http import HttpResponse from troggle.core.models.caves import Area, Cave, CaveAndEntrance, Entrance @@ -17,7 +15,6 @@ from troggle.core.models.survex import ( ) from troggle.core.models.wallets import Wallet from troggle.core.models.troggle import DataIssue, Expedition, Person, PersonExpedition -from troggle.core.views.other import exportlogbook """This code significantly adds to the capabilities of the Django Management control panel for Troggle data. In particular, it enables JSON export of any data with 'export_as_json' |