jorgeecardona/django-landing
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
= Django Landing Page.
== Instalation instructions.
pip install djlanding
== Usage Instructions.
Add to installed apps 'djlanding', and setup the handler of your landing url as 'djlanding.views.index'.
Create a template in templates/index.html, using {{user_form}} as a form with an email field that receive the email of the person.
== MailChimp Integration.
Add DJLANDING_MAILCHIMP_API and DJLANDING_MAILCHIMP_LIST and a post_save hook will subscribe the email to the mailchimp list.