Metadata-Version: 1.0
Name: django-users-login
Version: 0.1
Summary: Extension to manage users in django application.
Home-page: http://bitbucket.org/quein/django-users-login/
Author: Geraldo Andrade
Author-email: geraldo@geraldoandrade.com
License: MIT
Download-URL: https://bitbucket.org/quein/django-users-login/get/master.zip
Description: Django Users Login
        ==================
        
        Django Users Login is a extension interface to users in django application login. It's inspired in devise (Ruby gem for
        RoR) but not so complex like it.
        
        The main task is authenticate user using django authentication:
        
        * Authenticate users it's a repetitive task to implement this although django make this easier for us;
        * Provide graphic default template to do it.
        
        Links
        -----
        
        * `Documentation <https://django-users-login.readthedocs.org/en/latest/>`_
        * `Repository <http://bitbucket.org/quein/django-users-login/>`_
        
        Revisions
        ---------
        
        0.1
        ```
        
        * Template to login, logout, password recover;
        * Django>=1.5.4 support;
        * Customizable template.
        
        Usage
        =====
        
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
