This commit is contained in:
2023-10-28 14:13:14 +02:00
parent 3615689704
commit 73609e9341

View File

@@ -2,6 +2,7 @@ from django.core.management.base import BaseCommand, CommandError
from sde.models import * from sde.models import *
import yaml import yaml
class Command(BaseCommand): class Command(BaseCommand):
help = 'Import SDE data from YAML files' help = 'Import SDE data from YAML files'