diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-13 00:47:17 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-13 00:47:17 +0100 |
commit | 957169d9aa0592fb2262ca28d3433c040204758e (patch) | |
tree | c4eb38e43f95caae2a03cd301c67e6929b45ad17 /logbooksdump.py | |
parent | 5b3b0e67e9744671fadeca78e5565d3dbd1f81c1 (diff) | |
download | troggle-957169d9aa0592fb2262ca28d3433c040204758e.tar.gz troggle-957169d9aa0592fb2262ca28d3433c040204758e.tar.bz2 troggle-957169d9aa0592fb2262ca28d3433c040204758e.zip |
move models_caves to models/caves.py
Diffstat (limited to 'logbooksdump.py')
-rw-r--r-- | logbooksdump.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logbooksdump.py b/logbooksdump.py index 85edeca..a2a4d8e 100644 --- a/logbooksdump.py +++ b/logbooksdump.py @@ -18,7 +18,7 @@ from django.contrib.auth.models import User from django.http import HttpResponse from django.urls import reverse -from troggle.core.models_caves import Cave, Entrance +from troggle.core.models.caves import Cave, Entrance # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - def import_auto_logbooks(): |