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://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! :)

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)),
)

Features

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

History

0.1.0 (2013-11-08)

  • First release on PyPI.

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.0.tar.gz (184.2 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-leads-0.1.0.tar.gz
Algorithm Hash digest
SHA256 dd35cb46358ef4d51c74001bc93d7cac98351235d63d8f36adfb03c2b466d716
MD5 8773f5c88b3edc8b4bf9eabf145ed83b
BLAKE2b-256 a527b94d70842ed074ab039d85407e386ebea997f2e8f4e7cbe5613cb6712e74

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