This commit is contained in:
root
2023-05-09 22:12:39 +02:00
commit 5e7b81fb76
2102 changed files with 789649 additions and 0 deletions

0
management/__init__.py Normal file
View File

6
management/import.py Normal file
View File

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