{ "info": { "author": "Vladimir Savin", "author_email": "zero13cool@yandex.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "==================\ndjango-sorl-hacks\n==================\n\ncreate_thumbs template tag\n--------------------------\nParse your text on fly, finds images urls and replace it by thumb url:\n\n::\n\n {% load sorl_hacks %}\n\n {% for text_block in post.blocks.all %}\n
{{ text_block.body|create_thumbs|safe }}
\n