Commit cbd71339 by Chris Jerdonek

Added to template_spec module docstring.

parent 1485797f
# coding: utf-8
"""
This module supports customized (aka special or specified) template loading.
Provides a class to customize template information on a per-view basis.
To customize template properties for a particular view, create that view
from a class that subclasses TemplateSpec. The "Spec" in TemplateSpec
stands for template information that is "special" or "specified".
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment