Metadata-Version: 1.0
Name: django-lamson
Version: 0.1.0.beta
Summary: Easy integration of lamson in django projects
Home-page: https://github.com/vvangelovski/django-lamson
Author: Vasil Vangelovski
Author-email: vvangelovski@gmail.com
License: New BSD License (http://www.opensource.org/licenses/bsd-license.php)
Download-URL: https://github.com/vvangelovski/django-lamson
Description: django-lamson
        ===================
        
        The purpose of this django application is to integrate The Lamson Mail Server(TM) within existing django projects. It is currently geared towards projects that need to receive email. It provides management commands for starting/stopping the lamson daemon and the ability to configure the daemon from your django project settings module. The purpose is to eliminate multiple configuration points and to ease off the deployment and distribution of your django project.
        
        
        Installation
        ===================
        
        Install with pip or easy_install:
        
            pip install django-lamson
        
            easy_install django-lamson
        
        Add ``django-lamson`` to your installed apps list in your settings.py
        
        
        
        Usage example
        ===================
        
        For an example project using this application please look at the ``testproject`` folder within the app sourcecode.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
