Skip to main content

Allows easy creation of template tags that define a context variable

Project description

Allows easy creation of template tags that define a context variable


The "tag function" returns a value which, when called inside a template, is stored in a
variable or displayed directly.

Example:

@definition_tag(register=register)
def top_players(context):
return TopScores.objects.order_by('-elo')[:20]

Inside the template, we could call {% top_players %} to output the data, or we could call
{% top_players as foo %} {{ foo }}.

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-definition-tag-0.1.0.tar.gz (1.4 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