Import rejigging to fix circular refs

This commit is contained in:
Philip Sargent
2020-05-30 01:11:02 +01:00
parent 6568cb8900
commit 0776978c9c
8 changed files with 131 additions and 132 deletions

View File

@@ -9,8 +9,8 @@ from django.shortcuts import render
from django.template import Context, loader
import databaseReset
from troggle.core.models import Expedition, LogbookEntry, Person, PersonExpedition, PersonTrip
from troggle.core.models_caves import QM, Cave
from troggle.core.models import Expedition, Person, PersonExpedition
from troggle.core.models_caves import LogbookEntry, QM, Cave, PersonTrip
from troggle.helper import login_required_if_public