filestorage
This commit is contained in:
9
Main/management/commands/storage.py
Normal file
9
Main/management/commands/storage.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.core.management.base import BaseCommand
|
||||
from FileStorage.root import runserver
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
help = 'starts FileStorage'
|
||||
|
||||
def handle(self, *args, **options):
|
||||
runserver()
|
Reference in New Issue
Block a user