web/lib/django_extensions/conf/command_template/management/commands/sample.py.tmpl
author ymh <ymh.work@gmail.com>
Mon, 01 Feb 2010 14:54:05 +0100
changeset 21 28c536d35d6e
parent 3 526ebd3988b0
permissions -rw-r--r--
Small corrections for blinkster

from django.core.management.base import {{ base_command }}

class Command({{ base_command }}):
    help = "My shiny new management command."

    def {{ handle_method }}:
        raise NotImplementedError()