From 100336e38d434d9737bbd44a7b1419c8a6a94ec2 Mon Sep 17 00:00:00 2001 From: juuso-j <68938778+juuso-j@users.noreply.github.com> Date: Wed, 22 May 2024 10:16:27 +0300 Subject: [PATCH] Add comment that the importer is deprecated --- .../management/commands/import_parking_machines.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mobility_data/management/commands/import_parking_machines.py b/mobility_data/management/commands/import_parking_machines.py index 97a032f87..39a764b6d 100644 --- a/mobility_data/management/commands/import_parking_machines.py +++ b/mobility_data/management/commands/import_parking_machines.py @@ -1,3 +1,9 @@ +""" +Deprecated, the parking machines will in future be imported with the WFS importer. +All code related to this importer can be removed after the importing +from WFS feature is in the production environment. +""" + import logging from django.core.management import BaseCommand