Metadata-Version: 1.0
Name: django-propaganda
Version: 0.1
Summary: Django app to manage your daily newsletter delivery.
Home-page: http://github.com/nabucosound/django-propaganda
Author: Hector Garcia
Author-email: hector@nomadblue.com
License: UNKNOWN
Download-URL: https://github.com/nabucosound/django-propaganda/zipball/v1.0.1
Description: =================
        django-propaganda
        =================
        
        Hey you, political leader, founder of a new religion or spiritual guru! With
        this application, your acolytes will receive the official organizational
        propaganda pamphlets right into their inboxes. Keep them updated with the Truth!
        
        This simple Django application is made to be used for trivial newsletter
        (**pamphlets**) deliveries with your information (**propaganda**), where you
        supply the raw content (both plain text and HTML versions) to be delivered.
        Subscribers (**subscribers**) will then receive the emails you send.
        
        Installation
        ============
        
        #. Install the latest version::
        
            pip install django-propaganda
        
        #. Add ``propaganda`` to your ``INSTALLED_APPS`` setting.
        
        #. If you use South for migration management (you should!) just run the
           migrations::
        
            python manage.py migrate propaganda
        
        #. Otherwise, update your database the Django standard way (the good old
           ``syncdb```)::
        
            python manage.py syncdb
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
