Django’s primary deployment platform is WSGI, the Python standard for web servers
get_valid_name(name) Returns a filename suitable for use with the underlying storage system. The name argument
BaseCommand.output_transaction A boolean indicating whether the command outputs SQL statements; if True, the output
BaseCommand.missing_args_message If your command defines mandatory positional arguments, you can customize the message error
class BaseCommand [source] The base class from which all management commands ultimately derive
BaseCommand.style An instance attribute that helps create colored output when writing to stdout or stderr
django.template.Library.simple_tag() Many template tags take a number of arguments – strings or template variables – and return
SafeExceptionReporterFilter.get_post_parameters(request) [source] Returns the filtered dictionary
BaseCommand.handle(*args, **options) [source] The actual logic of the command. Subclasses
While Django is best suited for developing new applications, it’s quite possible to integrate it into legacy databases. Django includes a couple of utilities to automate as
Page 4 of 6