{% extends "base.html" %} {% block content %} {% if jobs_completed %}
Just finished running: {% if settings.LOGFILE %}See the logfile at {{settings.LOGFILE.path}} for more information.{% endif %} dismiss this message
{% endif %}

Wipe:

Wipe entire database and recreate tables:

Import (non-destructive):

caves from cavetab2.csv using parsers\cavetab.py
logbook entries using parsers\logbooks.py
people from folk.csv using parsers\people.py
QMs using parsers\QMs.py
survey scans using parsers\surveys.py
survex data using parsers\survex.py

Export to csv:

caves to cavetab2.csv

Overwrite the existing CAVETAB2.CSV file with one generated by Troggle.

Download a CAVETAB2.CSV file which is dynamically generated by Troggle.

surveys to Surveys.csv

Overwrite the existing Surveys.csv file with one generated by Troggle.

Download a Surveys.csv file which is dynamically generated by Troggle.

qms to qms.csv
Choose a cave.
{% endblock %}