From a47978231ef747bf08937397a8203073e21044f6 Mon Sep 17 00:00:00 2001 From: dcz <dcz@ipipan.waw.pl> Date: Mon, 6 Feb 2023 13:52:52 +0100 Subject: [PATCH] Import proper tei resource. --- syntax/management/commands/import_tei.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/management/commands/import_tei.py b/syntax/management/commands/import_tei.py index 3de791e..d41b1b3 100644 --- a/syntax/management/commands/import_tei.py +++ b/syntax/management/commands/import_tei.py @@ -33,7 +33,7 @@ def import_tei(): logging.basicConfig(filename='import.log', level=logging.DEBUG) - xml_file = os.path.join(BASE_DIR, 'data', 'walenty', 'walenty_20200926_smaller.xml') + xml_file = os.path.join(BASE_DIR, 'data', 'walenty', 'walenty_20210913_smaller.xml') #xml_file = os.path.join(BASE_DIR, 'data', 'walenty', 'walenty_20210913_smaller.xml') # xml_file = os.path.join(BASE_DIR, 'data', 'walenty', 'walenty_20210913_smallest.xml') # xml_file = os.path.join(BASE_DIR, 'data', 'walenty', 'walenty_20210913.xml') -- GitLab