django-email-registration
django-email-registration copied to clipboard
So simple you'll burst into tears right away.
========================= django-email-registration
The eleventy-eleventh email registration app for Django.
But this one does not feed your cat.
.. image:: https://travis-ci.org/matthiask/django-email-registration.png?branch=master :target: https://travis-ci.org/matthiask/django-email-registration
Usage
This example assumes you are using a recent version of Django, jQuery and Twitter Bootstrap.
-
Install
django-email-registrationusing pip. -
Copy this code somewhere on your login or registration page::
{% trans "Send an activation link" %}
(Alternatively, include the template snippet
registration/email_registration_include.htmlsomewhere.) -
Add
email_registrationtoINSTALLED_APPSand includeemail_registration.urlssomewhere in your URLconf. -
Make sure that Django is able to
send emails <https://docs.djangoproject.com/en/stable/topics/email/>_. -
Presto.