2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 20:57:10 +00:00

moved 2 funct, deletion of FileAbstraction pending

This commit is contained in:
Philip Sargent
2020-06-04 23:38:57 +01:00
parent ac9ac5e397
commit 27816724f8
3 changed files with 48 additions and 47 deletions

View File

@@ -48,7 +48,7 @@ class SimpleTest(SimpleTestCase):
from django.http import HttpResponse, HttpResponseRedirect
from django.shortcuts import get_object_or_404, render
from troggle.core.models import Expedition
from troggle.core.models_caves import CaveSlug, Cave, CaveAndEntrance, Survey, QM, CaveDescription, EntranceSlug, Entrance, Area, SurvexStation
from troggle.core.models_caves import CaveSlug, Cave, CaveAndEntrance, QM, CaveDescription, EntranceSlug, Entrance, Area, SurvexStation
from troggle.core.forms import CaveForm, CaveAndEntranceFormSet, VersionControlCommentForm, EntranceForm, EntranceLetterForm
from troggle.helper import login_required_if_public