Metadata-Version: 1.0
Name: django-webleads
Version: 0.2b
Summary: Django application to manage incoming leads to your website
Home-page: UNKNOWN
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.
        
        Create data models::
        
            $ python manage.py syncdb --migrate
        
        
        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
