Skip to main content

Add sub command to A Django manage command

Project description

Django Subcommand

Add sub command to A Django manage command.

Installation

Edit settings.py

INSTALLED_APPS = (
    "subcommand",
)

Usage

Generate the below command.

$ python manage.py startsubcommand APP_NAME SUBCOMMAND_NAME

Examples

For more information, please see the Example

Setup

$ pip install django-subcommand

License

MIT License

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

django-subcommand-0.3.2.tar.gz (380.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page