{% extends "base.html" %} {% block content %}

Dump:

Dump 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
{% endblock %}