Metadata-Version: 1.1
Name: django-easy-contact-setup
Version: 0.3.7
Summary: Admin set up for django-easy-contact
Home-page: https://bitbucket.org/catapela/django-easy-contact-setup
Author: Andreas Fritz, digital.elements.li
Author-email: easy-contact-setup@bitzeit.eu
License: BSD
Download-URL: https://pypi.python.org/pypi/django-easy-contact-setup
Description: 
        ===========
        Description
        ===========
        
        This app is for usage with django-easy-contact. It allows setting up an 
        mail form in the admin section. 
        
        **License**
        
            New BSD license
            
        **Notes**
        
            Tested with Django 1.2, 1.3
        
        **Features**
        
            * Mail form setup in via administration interface.
            * All important data will be saved encrypted.
        
        
        ============
        Installation
        ============
        
        **Dependences**
        
            easy_install or pip will resolve all dependences automaticly.
        
            * django-easy-contact
            * This app
            * Django
        
        **Installation**
        
            *Manual Installation*
        
                * Download the file and unzip it.
                * Copy the folder in your project root.
        
            *Installation with pip*
        
                * Type in your terminal:
        
                ::
                
                :~$ pip install django-easy-contact-setup
        
        
                * With pip you can also uninstall it:
        
                ::
        
                :~$ pip uninstall django-easy-contact-setup
        
        
        =====
        Setup
        =====
        
            * Add "easy_contact-setup" to you installed apps in the settings file.
            * Run:
        
            ::
        
            :~$ python manage.py syncdb
            :~$ python manage.py runserver
        
        =====
        Usage
        =====
        
        Now you can setup your django-easy-contact app via the admin interface.
        
        
Keywords: django mail configuration setup mailform
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
