Skip to main content

A Django app to provide account verification to activate and allow registering via email or SMS.

Project description

Registrations is a Django app that allows users to register using email or mobile phone (SMS), then sends out a verification code via that method for the user to use when confirming their account to activate their account.

Quick start

  1. Add “registrations” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'registrations',
    )
  2. Run python manage.py migrate to create the registrations models.

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

fh-django-registrations-0.1.2.tar.gz (4.8 kB view hashes)

Uploaded Source

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