Metadata-Version: 1.1
Name: django-registration-redux
Version: 1.1b0
Summary: An extensible user-registration application for Django
Home-page: https://github.com/macropin/django-registration
Author: Andrew Cutler
Author-email: macropin@gmail.com
License: UNKNOWN
Description: .. -*-restructuredtext-*-
        
        .. image:: https://travis-ci.org/macropin/django-registration.png?branch=master
            :target: https://travis-ci.org/macropin/django-registration
        
        .. image:: https://coveralls.io/repos/macropin/django-registration/badge.png?branch=master
            :target: https://coveralls.io/r/macropin/django-registration/
        
        .. image:: https://badge.fury.io/py/django-registration-redux.svg
            :target: https://pypi.python.org/pypi/django-registration-redux/
        
        .. image:: https://pypip.in/download/django-registration-redux/badge.svg
            :target: https://pypi.python.org/pypi/django-registration-redux/
        
        If you have issues with the "django-registration-redux" package then please `raise them here`_.
        
        This is a fairly simple user-registration application for Django,
        designed to make allowing user signups as painless as possible. It
        requires a functional installation of Django 1.4 or newer, but has no
        other dependencies.
        
        For installation instructions, see the file "INSTALL" in this
        directory; for instructions on how to use this application, and on
        what it provides, see the file "quickstart.rst" in the "docs/"
        directory. Full documentation is also `available online`_
        
        .. _`available online`: https://django-registration-redux.readthedocs.org/
        .. _`raise them here`: https://github.com/macropin/django-registration/issues
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
