All pastes #2078374 Raw Edit

Someone

public text v1 · immutable
#2078374 ·published 2011-08-25 17:14 UTC
rendered paste body

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!')