Merge pull request #145 from voidfiles/patch-1

Jinja2 expects a reference to a class, not a module.
This commit is contained in:
Jannis Leidel
2011-11-01 08:45:55 -07:00

View File

@@ -32,7 +32,7 @@ only requires to add extension to ``JINJA2_EXTENSIONS`` at main settings
module::
JINJA2_EXTENSIONS = [
'compressor.contrib.jinja2ext',
'compressor.contrib.jinja2ext.CompressorExtension',
]
And that's it - our extension is loaded and ready to be used.