Skip to content

Commit

Permalink
Add comment that the importer is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j committed May 22, 2024
1 parent 1fa7c66 commit 100336e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mobility_data/management/commands/import_parking_machines.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 100336e

Please sign in to comment.