diff options
Diffstat (limited to 'core/admin.py')
-rw-r--r-- | core/admin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/admin.py b/core/admin.py index fa04b12..00bb41c 100644 --- a/core/admin.py +++ b/core/admin.py @@ -12,8 +12,8 @@ from troggle.core.models.survex import ( SurvexPersonRole, SurvexStation, ) -from troggle.core.models.wallets import Wallet from troggle.core.models.troggle import DataIssue, Expedition, Person, PersonExpedition +from troggle.core.models.wallets import Wallet """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' |