Skip to main content

Django Common Context Processors

Project description

Django Common Context Processors provides useful shortcuts for developing Django projects.

To use it, put in TEMPLATE_CONTEXT_PROCESSORS:

TEMPLATE_CONTEXT_PROCESSORS = (
    #...
    'common_context.context_processors.site',
    'common_context.context_processors.settings',
    #...

If you use Django 1.8+, set the context_processors option in the OPTIONS of a DjangoTemplates backend instead (see here).

Then in any page if you need to print the Site Name use:

{{ site.name }}

Or if you need to get the value of a Django Settings parameter:

{{ settings.ANY_SETTINGS_VALUE }}

About

This sources are available in https://github.com/mrsarm/django-common-context

Author: Mariano Ruiz <mrsarm@gmail.com>

License: LGPL-3 (C) 2014-2015

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_common_context-0.1.0.tar.gz (16.5 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