diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-29 16:47:46 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-29 16:47:46 +0000 |
commit | 5639435058191221687cc7bb2d0b64f0531d9164 (patch) | |
tree | b2709bda6bf4c187321387158bdcb57a5af97604 /parsers/QMs.py | |
parent | 432be660a4782183777a74bec54082e6edf19542 (diff) | |
download | troggle-5639435058191221687cc7bb2d0b64f0531d9164.tar.gz troggle-5639435058191221687cc7bb2d0b64f0531d9164.tar.bz2 troggle-5639435058191221687cc7bb2d0b64f0531d9164.zip |
Moved Logbooks to separate model file
Diffstat (limited to 'parsers/QMs.py')
-rw-r--r-- | parsers/QMs.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parsers/QMs.py b/parsers/QMs.py index 7356efa..7a553be 100644 --- a/parsers/QMs.py +++ b/parsers/QMs.py @@ -5,7 +5,8 @@ from pathlib import Path from django.conf import settings -from troggle.core.models.caves import QM, Cave +from troggle.core.models.caves import Cave +from troggle.core.models.logbooks import QM from troggle.core.models.troggle import DataIssue """Reads the CSV files containg QMs for a select few caves |