web/lib/django_extensions/conf/command_template/management/commands/sample.py.tmpl
author ymh <ymh.work@gmail.com>
Fri, 29 Jan 2010 05:14:15 +0100
changeset 17 dc40652282ad
parent 3 526ebd3988b0
permissions -rw-r--r--
Added tag V00.06 for changeset 146d86480e85

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

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

    def {{ handle_method }}:
        raise NotImplementedError()