Metadata-Version: 1.1
Name: django-emailtemplates
Version: 0.8.0
Summary: A simple Django app to create emails based on database or filesystem templates.
Home-page: https://github.com/deployed/django-emailtemplates
Author: Wiktor Kolodziej
Author-email: UNKNOWN
License: MIT License
Description: django-emailtemplates
        *********************
        
        About
        =====
        
        Django app that enables developers to create default templates for emails
        and Site Admins to easily override the templates via Admin Panel.
        
        Assumptions
        ===========
        
        * Site Admins should know context for each template.
        * Site Admins should be familiar with Django Template System.
        
Platform: UNKNOWN
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: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
