{"id":22916731,"url":"https://github.com/chanmo/django-wechat-wallet","last_synced_at":"2025-07-23T14:07:45.733Z","repository":{"id":57422650,"uuid":"57102604","full_name":"ChanMo/django-wechat-wallet","owner":"ChanMo","description":"基于django和wechat的会员钱包模块","archived":false,"fork":false,"pushed_at":"2017-05-19T06:36:50.000Z","size":154,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-12T16:45:46.316Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChanMo.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-26T06:09:36.000Z","updated_at":"2020-07-06T11:13:49.000Z","dependencies_parsed_at":"2022-09-11T01:12:59.946Z","dependency_job_id":null,"html_url":"https://github.com/ChanMo/django-wechat-wallet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChanMo/django-wechat-wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMo%2Fdjango-wechat-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMo%2Fdjango-wechat-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMo%2Fdjango-wechat-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMo%2Fdjango-wechat-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChanMo","download_url":"https://codeload.github.com/ChanMo/django-wechat-wallet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMo%2Fdjango-wechat-wallet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266691580,"owners_count":23969182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-14T06:14:28.006Z","updated_at":"2025-07-23T14:07:45.697Z","avatar_url":"https://github.com/ChanMo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"钱包模块\n=====================================\n\n一个基于django和wechat的钱包模块\n\n功能说明：\n----------\n\n- 每个微信会员有一个唯一的钱包\n- 钱包有交易记录\n\n快速开始:\n---------\n\n安装 *django-wechat-wallet* :\n\n.. code-block::\n\n    pip install django-wechat-wallet\n\n修改 *settings.py* 文件:\n\n.. code-block::\n\n    INSTALLED_APPS = (\n        ...\n        'wallet',\n        ...\n    )\n\n修改 *urls.py* 文件:\n\n.. code-block::\n\n    url(r'^wallet/', include('wallet.urls', namespace='wallet')),\n\n更新数据库:\n\n.. code-block::\n\n   python manage.py makemessage wallet\n\n   python manage.py migrate\n\n\n版本更改:\n---------\n- v0.2 删去提醒功能，更新模板样式\n- v0.1 第一版\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanmo%2Fdjango-wechat-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchanmo%2Fdjango-wechat-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanmo%2Fdjango-wechat-wallet/lists"}