Skip to main content

An easy, functional and customizable lead page for your next big thing, ready to use in your django project.

Project description

https://badge.fury.io/py/django-leads.png https://travis-ci.org/dnmellen/django-leads.png?branch=master https://coveralls.io/repos/dnmellen/django-leads/badge.png https://pypip.in/d/django-leads/badge.png

An easy, functional and customizable lead page for your next big thing, ready to use in your django project.

Documentation

The full documentation is at http://django-leads.rtfd.org.

Quickstart

Install django-leads

$ pip install django-leads  # Also auto installs all needed dependencies! :)

Or get the bleeding-edge version:

$ pip install https://github.com/dnmellen/django-leads/master

Settings

INSTALLED_APPS = (
    ...
    'floppyforms',
    'crispy_forms',
    'leads',
)
...
CRISPY_TEMPLATE_PACK = 'bootstrap3'

urls.py

...
import leads.urls

urlpatterns = patterns('',
    ...
    url(r'^admin/', include(admin.site.urls)),
    url(r'^', include(leads.urls, namespace='leads')),
)

Final touch

$ python manage.py syncdb

Features

  • Works on Python 2.6, 2.7, 3.3

  • Basic lead page to act as a placeholder for your django project

  • Registers user’s name and email into database

  • Customizable and extendable models and forms

  • Admin interface

Bitdeli badge

History

0.1.0 (2013-11-08)

  • First release on PyPI.

0.1.1 (2013-11-10)

  • Makes this app more extendable by using custom models and forms

0.1.2 (2013-12-04)

  • Exports registered users to CSV from admin panel

  • Create newsletters from admin panel

  • Fixed installation from pip

0.1.3 (2013-12-04)

  • Bugfixed circular imports when setting custom Forms

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-leads-0.1.3.tar.gz (193.7 kB view details)

Uploaded Source

File details

Details for the file django-leads-0.1.3.tar.gz.

File metadata

File hashes

Hashes for django-leads-0.1.3.tar.gz
Algorithm Hash digest
SHA256 1a59d011040fc33218b548e9167d6e8932b31165777060d4014cd98858e2dd5c
MD5 da84e9ae90f71c01fd787b80684d9e3b
BLAKE2b-256 cd1cc23c37411d6e1ef6bf71fb87352c2002462899f1b39c468e19bc212b35a1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page