asd
This commit is contained in:
0
management/__init__.py
Normal file
0
management/__init__.py
Normal file
6
management/import.py
Normal file
6
management/import.py
Normal 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'
|
||||
Reference in New Issue
Block a user