web/lib/django_extensions/conf/command_template/management/commands/sample.py.tmpl
from django.core.management.base import {{ base_command }}
class Command({{ base_command }}):
help = "My shiny new management command."
def {{ handle_method }}:
raise NotImplementedError()