Metadata-Version: 1.1
Name: django-improved-user
Version: 1.0a1
Summary: A custom Django user model for best practices email-based login.
Home-page: https://github.com/jambonsw/django-improved-user/
Author: Russell Keith-Magee, Andrew Pinkham
Author-email: UNKNOWN
License: BSD License
Description-Content-Type: UNKNOWN
Description: Read Me
        =======
        
        This project provides a custom user model that improves on Django's
        default by making a few modern and international changes.
        
        * Uses email as the username to simplify login for users
        * Replace :code:`first_name` and :code:`last_name` with international
          friendly :code:`short_name` and :code:`full_name` fields
        
        The project also provides mix-in classes to make building custom User
        models easier.
        
        For an explanation of why and how the project was built, please see the
        `Project Rationale`_.
        
        For information about getting started, please refer to the `quickstart
        documentation`_.
        
        For information about how to help with the project, please see the
        `contributing documentation`_.
        
        .. _contributing documentation: https://django-improved-user.readthedocs.io/en/latest/contributing.html
        .. _Project Rationale: https://django-improved-user.readthedocs.io/en/latest/rationale.html
        .. _quickstart documentation: https://django-improved-user.readthedocs.io/en/latest/quickstart.html
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
