https://github.com/ChanMo/django_member_grade
基于django_wechat_member的会员等级模块
https://github.com/ChanMo/django_member_grade
Last synced: 12 months ago
JSON representation
基于django_wechat_member的会员等级模块
- Host: GitHub
- URL: https://github.com/ChanMo/django_member_grade
- Owner: ChanMo
- License: other
- Created: 2016-04-26T03:33:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T04:38:00.000Z (about 10 years ago)
- Last Synced: 2024-08-05T19:37:13.333Z (almost 2 years ago)
- Language: Python
- Size: 7.81 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
基于django_wechat_member的会员等级模块
=======================================
一个基于 `django_wechat_member `_ 的会员等级模块
功能说明:
----------
- 会员等级名称及排序
- 会员等级的临界成长值
- 成长值的记录
- api接口
快速开始:
---------
安装 *django_wechat_member* :
`有关django_wechat_member的详细使用说明 `_
安装 *django_member_grade* :
.. code-block::
pip install git+https://github.com/ChanMo/django_member_grade.git
修改 *settings.py* 文件:
.. code-block::
INSTALLED_APPS = (
...
'grade',
...
)
更新数据库:
.. code-block::
python manage.py migrate
版本更改:
---------
- v0.1 第一版