get_valid_name(name) Returns a filename suitable for use with the underlying storage system. The name argument
Django offers a wide variety of built-in lookups for filtering (for example, exact and icontains). This documentation
BaseCommand.missing_args_message If your command defines mandatory positional arguments, you can customize the message error
BaseCommand.help A short description of the command, which will be printed in the help message when the user runs the command
django.template.Library.simple_tag() Many template tags take a number of arguments – strings or template variables – and return
BaseCommand.handle(*args, **options) [source] The actual logic of the command. Subclasses
class BaseCommand [source] The base class from which all management commands ultimately derive
class AppCommand A management command which takes one or more installed application labels as arguments, and does something
This document describes how to make use of external authentication sources (where the Web server sets the REMOTE_USER environment variable) in your Django applications
BaseCommand.output_transaction A boolean indicating whether the command outputs SQL statements; if True, the output
Page 4 of 6