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
Release files for django-subcommands 2020.12.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-subcommands-2020.12.3.tar.gz | 1.7 kB | Details |
Release files / django-subcommands-2020.12.3.tar.gz
| Download URL | django-subcommands-2020.12.3.tar.gz |
|---|---|
| Size | 1.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
996e0b26180077865eb5103ef5e8ecb070805718feead16ad203fe2aa4f1cc2b
|
|
BLAKE2b-256 checksum How to use checksums |
44425a1af373353cf59fe14fff34fc90bd67e880b43b7780235271c660f3d94b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|