asd
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user