From 957169d9aa0592fb2262ca28d3433c040204758e Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 13 Apr 2021 00:47:17 +0100 Subject: move models_caves to models/caves.py --- parsers/caves.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parsers/caves.py') diff --git a/parsers/caves.py b/parsers/caves.py index 8ddc424..72b84cd 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -5,7 +5,7 @@ from django.conf import settings from django.db import transaction from troggle.core.models.troggle import DataIssue -from troggle.core.models_caves import Area, Cave, Entrance, CaveSlug, EntranceSlug, CaveAndEntrance +from troggle.core.models.caves import Area, Cave, Entrance, CaveSlug, EntranceSlug, CaveAndEntrance '''Reads all the cave description data by parsing the xml files (stored as e.g. :EXPOWEB:/cave-data/1623-161.html ) and creating the various Cave, Entrance and necessary Area objects. -- cgit v1.2.3