remove commented out code, more comments

This commit is contained in:
Philip Sargent
2020-07-29 22:54:09 +01:00
parent 42456e8e98
commit 95b9daca80
6 changed files with 25 additions and 85 deletions

View File

@@ -6,7 +6,6 @@ from django.core import management
from django.db import connection, close_old_connections, connections
from django.contrib.auth.models import User
from django.http import HttpResponse
#from django.urls import reverse, resolve
from django.db import transaction
import troggle.settings
@@ -15,7 +14,6 @@ import troggle.parsers.people
import troggle.parsers.surveys
import troggle.parsers.logbooks
import troggle.parsers.QMs
import troggle.parsers.subcaves
def import_caves():
print("-- Importing Caves to ",end="")
@@ -69,8 +67,4 @@ def import_drawingsfiles():
with transaction.atomic():
troggle.parsers.surveys.LoadDrawingFiles()
# Fossil.
# def import_subcaves():
# print("-- Interpreting SubCaves from CaveDescriptions")
# troggle.parsers.subcaves.importAllSubcaves()