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
