unusualarchive/management/import.py
2023-05-09 22:12:39 +02:00

7 lines
188 B
Python

from django.core.management.base import BaseCommand
from ragnarok.models import Video
class Command(BaseCommand):
args = '<foo bar ...>'
help = 'our help string comes here'