Skip to content

Commit 6803979

Browse files
committed
fix import data command
1 parent d4ca438 commit 6803979

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/project/observations/management/commands/import_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def handle(self, *args, **options):
7575
raise CommandError(
7676
f"File {options["file_path"]} does not exist in config directory"
7777
)
78-
Observation.objects.all().delete()
7978
ds = DataSource(self.file_path)
8079

8180
layer = ds[0]

0 commit comments

Comments
 (0)