Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

hemamaps / django-extensions   python

Repository URL to install this package:

Version: 1.6.7 

/ 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()