forked from expo/troggle
move models_caves to models/caves.py
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user