An easy, functional and customizable lead page for your next big thing, ready to use in your django project.
Project description
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/archive/master.zip
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
Export registered users to CSV
Send newsletters to your users
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
0.1.4 (2014-02-26)
Changed default bootstrap theme
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
File details
Details for the file django-leads-0.1.4.tar.gz
.
File metadata
- Download URL: django-leads-0.1.4.tar.gz
- Upload date:
- Size: 195.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 203cd7268ed6c09bb43f17f15483d91c0764f86e61b3dc2954949c750ce10574 |
|
MD5 | a19784b033be4155f661fbc5a58dd0d0 |
|
BLAKE2b-256 | 8725caa638326da5c1c6a58b6b8fde5e9abb5a80b49eeda1cbe5660525603039 |