Metadata-Version: 1.0
Name: django-snippet
Version: 1.0.1
Summary: Drop-in snippets for django project
Home-page: https://bitbucket.org/sirpengi/django-snippets
Author: Shu Zong Chen
Author-email: shu.chen@freelancedreams.com
License: MIT License
Download-URL: https://bitbucket.org/sirpengi/django-snippets/downloads
Description: 
        Drop-in Snippets for Django
        
        Snippets are little placeholders for lines or blocks
        of content to be managed using the django admin.
        
        Place {% snippet "name" %} templatetags in your
        templates and they get automatically added in the
        admin.
        
        Features:
        
        * Optional default value
        * Snippetblock templatetag to enclose longer defaults
        
Keywords: django templatetag snippets snippet
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
