Someone
public text v1 · immutable
from django.core.management.base import BaseCommand, CommandError
from filmcritic.filmparser.models import Parserrequest
class Command(BaseCommand):
def handle(self, *args, **options):
self.stdout.write('Hello, world!')