Metadata-Version: 1.0
Name: django-crwyoauth
Version: 1.0.1
Summary: OAUTH 2.0 for django
Home-page: https://github.com/wuyue92tree/django-crwyoauth
Author: wuyue
Author-email: wuyue92tree@163.com
License: BSD
Description: django-crwyoauth
        ===================
        
        简介
        ===================
        django oauth 2.0 实现。
        
        运行环境
        ===================
        
         * Python2.7
         * Django
         * Works on Linux, Mac OSX
        
        依赖包
        ===================
         * Django >= 1.10.3
         * django-braces >= 1.9.0
        
        安装
        ===================
        
        快速安装::
        
            pip install django-crwyoauth
        
        or
        前往下载: https://pypi.python.org/pypi/django-crwyoauth/1.0.1/
        
        使用手册
        ===================
        在这里: http://django-crwyoauth.readthedocs.io/zh_CN/1.0.1/
        
        修改日志
        ===================
        2017-01-25
        
        - 更改crwyoauth_config表结构，添加site字段以适应多站点三方登录
        
        
Platform: UNKNOWN
