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
View File
+6
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'