Metadata-Version: 1.0
Name: django-inspectional-registration
Version: 0.2.8
Summary: Django Registration App which required Inspection before activation
Home-page: https://github.com/lambdalisue/django-inspectional-registration
Author: Alisue
Author-email: lambdalisue@hashnote.net
License: MIT
Download-URL: https://github.com/lambdalisue/django-inspectional-registration/tarball/master
Description: django-inspectional-registration is a enhanced application of
        django-registration_. The following features are available
        
        -   Inspection steps for registration. You can accept or reject the account
            registration before sending activation key to the user.
        
        -   Password will be filled in after the activation step to prevent that the
            user forget them previously filled password in registration step (No
            password filling in registration step)
        
        -   Password can be generated programatically and force to activate the
            user. The generated password will be sent to the user by e-mail.
        
        -   Any Django models are available to use as supplemental information of
            registration if the models are subclasses of
            ``registration.supplements.RegistrationSupplementBase``. 
            It is commonly used for inspection.
        
        -   You can send any additional messages to the user in each steps
            (acceptance, rejection and activation)
        
        -   The behaviors of the application are customizable with Backend feature.
        
        -   The E-mails or HTMLs are customizable with Django template system.
        
        -   Can be migrate from django-registration_ simply by south_
        
        -   `django-mailer <http://code.google.com/p/django-mailer/>`_ compatible.
            Emails sent from the application will use django-mailer if 'mailer' is
            in your ``INSTALLED_APPS``
        
        See `django-inspectional-registration official documents <http://readthedocs.org/docs/django-inspectional-registration/en/latest/>`_ for more detail
        
        The difference between django-registration
        ------------------------------------------------------------------------------------
        
        While django-registration_ requires 3 steps for registration,
        django-inspectional-registration requires 5 steps and inspector for
        registration.
        
        .. _django-registration: https://bitbucket.org/ubernostrum/django-registration/
        .. _south: http://south.aeracode.org/
        
Keywords: django app registration inspection
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
