Metadata-Version: 1.0
Name: django-webleads
Version: 0.3b
Summary: Django application to manage incoming leads to your website
Home-page: http://bitbucket.org/msaelices/django-webleads
Author: Manuel Saelices
Author-email: msaelices@yaco.es
License: UNKNOWN
Description: django-webleads
        ===============
        
        django-webleads is a Django application for incoming leads management.
        
        
        Installing
        ----------
        
        Install package from pypi::
        
            $ easy_install django-webleads
        
         * Include ``webleads`` in the ``INSTALLED_APPS`` setting.
         * Include ``webleads.middleware.LeadMiddleware`` int the ``MIDDLEWARE_CLASSES`` setting
         * Include ``MARKETING_EMAIL`` setting. This can be a e-mail list or a simple e-mail
         * Webleads use the ``sites`` application to django.
         * Configure the ``DEFAULT_FROM_EMAIL`` setting.
        
        Create data models::
        
            $ python manage.py syncdb --migrate
        
        
        0.3b
        -----
        
         * Fixed the README format
        
        0.3a
        -----
        
         * Now works without put in the settings SESSION_SAVE_EVERY_REQUEST = True. This was not documented
         * Softcoding. Before the site domain was www.yaco.es and the path was 
         * Now the MARKETING_EMAIL can be a list of emails
         * Details a fix a little errors
        
        0.2b2
        -----
        
         * Added translation catalogs.
        
        
        0.2b
        ----
        
         * Added two new fields for phone and answer sent.
        
        
        0.2a
        ----
        
         * Fixed admin registration.
        
        0.1a
        ----
        
         * Initial version.
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
