https://github.com/ChanMo/django_member_address
一个基于django_wechat_member的地址模块
https://github.com/ChanMo/django_member_address
Last synced: 12 months ago
JSON representation
一个基于django_wechat_member的地址模块
- Host: GitHub
- URL: https://github.com/ChanMo/django_member_address
- Owner: ChanMo
- License: other
- Created: 2016-04-26T06:06:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T06:07:05.000Z (about 10 years ago)
- Last Synced: 2024-08-05T19:37:11.555Z (almost 2 years ago)
- Language: Python
- Size: 9.77 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
基于django_wechat_member的地址模块
=====================================
一个基于 `django_wechat_member `_ 的地址模块
同时使用了 `input_address `_ 的选址模块
功能说明:
----------
- 每个微信会员有多个地址
- 每个地址包含经纬度信息
快速开始:
---------
安装 *django_wechat_member* :
`有关django_wechat_member的详细使用说明 `_
安装 *django_member_address* :
.. code-block::
pip install git+https://github.com/ChanMo/django_member_address.git
修改 *settings.py* 文件:
.. code-block::
INSTALLED_APPS = (
...
'address',
...
)
修改 *urls.py* 文件:
.. code-block::
url(r'^address', include('address.urls')),
更新数据库:
.. code-block::
python manage.py migrate
用户地址主页:
http://yourdomain/address/
版本更改:
---------
- v0.1 第一版