django-email-registration icon indicating copy to clipboard operation
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.

  1. Install django-email-registration using pip.

  2. Copy this code somewhere on your login or registration page::

    {% trans "Send an activation link" %}

    {% csrf_token %}

    (Alternatively, include the template snippet registration/email_registration_include.html somewhere.)

  3. Add email_registration to INSTALLED_APPS and include email_registration.urls somewhere in your URLconf.

  4. Make sure that Django is able to send emails <https://docs.djangoproject.com/en/stable/topics/email/>_.

  5. Presto.