Metadata-Version: 1.0
Name: django-snippets
Version: 0.1.2
Summary: Provides a templatetag for Django acting as an {% include %}, but the template content comes from database.
Home-page: http://github.com/semente/django-snippets/
Author: Guilherme Gondim
Author-email: semente@taurinus.org
License: New BSD License
Description: django-snippets provides a templatetag called include_snippet for Django projects.
        
        include_snippet acts as an {% include %}, that loads a template and renders it with the current context, but the template content comes from database.
Keywords: django apps template
Platform: UNKNOWN
Classifier: Environment :: Plugins
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
