views.debug.SafeExceptionReporterFilter.is_active()

SafeExceptionReporterFilter.is_active(request) [source] Returns True to activate

2016-10-09 18:40:43
Upgrading Django to a newer version

While it can be a complex process at times, upgrading to the latest Django version has several benefits: New features and

2016-10-09 18:40:14
core.management.BaseCommand.help

BaseCommand.help A short description of the command, which will be printed in the help message when the user runs the command

2016-10-09 18:34:55
Integrating Django with a legacy database

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

2016-10-09 18:38:58
core.management.BaseCommand.handle()

BaseCommand.handle(*args, **options) [source] The actual logic of the command. Subclasses

2016-10-09 18:34:55
How to use Django with Gunicorn

Gunicorn (‘Green Unicorn’) is a pure-Python WSGI server for UNIX. It has no dependencies

2016-10-09 18:38:38
Authentication using REMOTE_USER

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

2016-10-09 18:34:32
views.debug.SafeExceptionReporterFilter.get_post_parameters()

SafeExceptionReporterFilter.get_post_parameters(request) [source] Returns the filtered dictionary

2016-10-09 18:40:43
core.management.BaseCommand.output_transaction

BaseCommand.output_transaction A boolean indicating whether the command outputs SQL statements; if True, the output

2016-10-09 18:34:55
template.Library.simple_tag()

django.template.Library.simple_tag() Many template tags take a number of arguments – strings or template variables – and return

2016-10-09 18:39:48