rework-drf #4

Merged
Kaladaran merged 13 commits from rework-drf into main 2023-10-29 22:08:44 +01:00
Showing only changes of commit 73609e9341 - Show all commits

View File

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