{% extends "base.html" %} {% block content %} {% if jobs_completed %}
 Just finished running:  See Data Issues report
 
{% endif %} {% if error %}
{{ error }}
{% endif %}
{%comment%}
{% csrf_token %}

Wipe:

Wipe entire database and recreate tables:
{% endcomment %}

Import (on top of existing data):

To get a fully-functioning system, all these imports must be done and in this order.

{% csrf_token %}
Import from master files
all caves
all people
all surveys scans
all logbooks
QMs (from old csv files)
all drawings files
all survex data (10 minutes)

 

Export to a different format:

This creates 'newlogbook.html' in the years/<year>/ folder
Export and Download
{% csrf_token %}

Download a logbook file which is dynamically generated by Troggle.

Expedition year:

Output style:

{% endblock %}