Django subcommands
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 996e0b26180077865eb5103ef5e8ecb070805718feead16ad203fe2aa4f1cc2b |
|
MD5 | f3a9ddc84d36745747c94a3e6cfbe3ef |
|
BLAKE2b-256 | 44425a1af373353cf59fe14fff34fc90bd67e880b43b7780235271c660f3d94b |