Skip to main content

Installation

$ [sudo] pip install django-subcommands

Examples

management/commands/command.py

from django.core.management.base import BaseCommand
import django_subcommands

class SubCommand1(BaseCommand):
    def handle(self, *args, **options):
        ...

class SubCommand2(BaseCommand):
    def handle(self, *args, **options):
        ...

class Command(django_subcommands.SubCommands):
    subcommands = {"subcommand1": SubCommand1,"subcommand2":SubCommand2}
$ python manage.py command subcommand1

readme42.com

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-subcommands-2020.12.3.tar.gz (1.7 kB view details)

Uploaded Source

File details

Details for the file django-subcommands-2020.12.3.tar.gz.

File metadata

  • Download URL: django-subcommands-2020.12.3.tar.gz
  • Upload date:
  • Size: 1.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for django-subcommands-2020.12.3.tar.gz
Algorithm Hash digest
SHA256 996e0b26180077865eb5103ef5e8ecb070805718feead16ad203fe2aa4f1cc2b
MD5 f3a9ddc84d36745747c94a3e6cfbe3ef
BLAKE2b-256 44425a1af373353cf59fe14fff34fc90bd67e880b43b7780235271c660f3d94b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2020.12.3 This release

1 file

2020.7.1

1 file

2019.4.13

1 file

2019.3.22

2 files

2019.3.13

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page