django.template.base Token Example Code

Token is a class within the django.template.base module of the Django project.

Context, FilterExpression, Node, NodeList, Parser, Template, TemplateSyntaxError, TextNode, TokenType, VariableDoesNotExist, VariableNode, and token_kwargs are several other callables with code examples from the same django.template.base package.

Example 1 from django-sitetree

django-sitetree (project documentation and PyPI package information) is a Django extension that makes it easier for developers to add site trees, menus and breadcrumb navigation elements to their web applications.

The django-sitetree project is provided as open source under the BSD 3-Clause "New" or "Revised" License.

django-sitetree / sitetree / fields.py