From d0782176601c0507871f20782879e134968efb08 Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Wed, 23 Mar 2022 09:59:11 +0530 Subject: [PATCH] updated --- rog/models.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rog/models.py b/rog/models.py index 819cae0..10da6de 100644 --- a/rog/models.py +++ b/rog/models.py @@ -390,7 +390,9 @@ def publish_date(sender, instance, created, **kwargs): with open(csv_f, 'r') as txt_file: reader = csv.reader(txt_file, delimiter=',') for fields in reader: - #fields = ln.split(",") + print("@@@@@@@@@@@@") + print(fields[0]) + print("@@@@@@@@@@@@") if instance.layerof == 2: updateLineTable(mdl, fields) if instance.layerof == 3: