Metadata-Version: 1.1
Name: django-mail-factory
Version: 0.7
Summary: Django Mail Manager
Home-page: https://github.com/novagile/django-mail-factory
Author: Rémy Hubscher
Author-email: hubscher.remy@gmail.com
License: BSD Licence
Description: ###################
        Django Mail Factory
        ###################
        
        .. image:: https://secure.travis-ci.org/novagile/django-mail-factory.png?branch=master
           :alt: Build Status
           :target: https://travis-ci.org/novagile/django-mail-factory
        
        Django Mail Factory lets you manage your email in a multilingual project.
        
        * Authors: Rémy Hubscher and `contributors
          <https://github.com/novagile/django-mail-factory/graphs/contributors>`_
        * Licence: BSD
        * Compatibility: Django 1.4+, python2.6 up to python3.3
        * Project URL: https://github.com/novagile/django-mail-factory
        * Documentation: http://django-mail-factory.rtfd.org/
        
        
        Hacking
        =======
        
        Setup your environment:
        
        ::
        
            git clone https://github.com/novagile/django-mail-factory.git
            cd django-mail-factory
        
        Hack and run the tests using `Tox <https://pypi.python.org/pypi/tox>`_ to test
        on all the supported python and Django versions:
        
        ::
        
            make test
        
        If you want to give a look at the demo (also used for the tests):
        
        ::
        
            bin/python demo/manage.py syncdb  # create an administrator
            bin/python demo/manage.py runserver
        
        You then need to login on http://localhost:8000/admin, and the email
        administration (preview or render) is available at
        http://localhost:8000/admin/mails/.
        
Keywords: django mail manager
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
