move models_caves to models/caves.py

This commit is contained in:
Philip Sargent
2021-04-13 00:47:17 +01:00
parent 5b3b0e67e9
commit 957169d9aa
17 changed files with 20 additions and 20 deletions

View File

@@ -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():