Metadata-Version: 1.1
Name: django-registration-names
Version: 0.1b
Summary: A way to control allowed and prohibited user names for registration with django-registration.
Home-page: https://github.com/ivanyu/django-registration-names
Author: Ivan Yurchenko <ivan0yurchenko@gmail.com>
Author-email: ivan0yurchenko@gmail.com
License: MIT License
Description: 
        A way to control allowed and prohibited user names for registration with
        *django-registration*.
        
        The application provides tools (forms, backends, predefined URLs)
        to help you define which user names are allowed to register in your project
        and which are prohibited.
        
        You may want to prohibit registration of user names which are "system" in
        your project, e.g. 'add', 'user', 'profile' etc.
        
Keywords: django,django-registration
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
