2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-19 09:27:08 +00:00

move models_survex to models/survex.py

This commit is contained in:
Philip Sargent
2021-04-13 00:50:12 +01:00
parent 957169d9aa
commit 7bc73d1ca8
12 changed files with 11 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ from django.conf import settings
from django.shortcuts import render
from django.http import HttpResponse, Http404
from troggle.core.models_survex import ScansFolder, SingleScan, SurvexBlock, TunnelFile
from troggle.core.models.survex import ScansFolder, SingleScan, SurvexBlock, TunnelFile
from troggle.core.views.expo import getmimetype
import parsers.surveys