Metadata-Version: 1.0
Name: fh-django-registrations
Version: 0.1.2
Summary: A Django app to provide account verification to activate and allow registering via email or SMS.
Home-page: http://www.futurehaus.com/
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: =============
        Registrations
        =============
        
        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.
        
Platform: UNKNOWN
