{"id":22916737,"url":"https://github.com/chanmo/django-wechat-feedback","last_synced_at":"2026-03-08T22:32:01.876Z","repository":{"id":57422648,"uuid":"50557963","full_name":"ChanMo/django-wechat-feedback","owner":"ChanMo","description":"基于django和wechat的留言反馈模块","archived":false,"fork":false,"pushed_at":"2016-09-10T08:58:18.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-12T16:45:42.134Z","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-01-28T05:24:00.000Z","updated_at":"2018-05-10T07:45:31.000Z","dependencies_parsed_at":"2022-09-10T21:31:46.278Z","dependency_job_id":null,"html_url":"https://github.com/ChanMo/django-wechat-feedback","commit_stats":null,"previous_names":["chanmo/django_feedback"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChanMo/django-wechat-feedback","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMo%2Fdjango-wechat-feedback","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMo%2Fdjango-wechat-feedback/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMo%2Fdjango-wechat-feedback/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMo%2Fdjango-wechat-feedback/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChanMo","download_url":"https://codeload.github.com/ChanMo/django-wechat-feedback/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMo%2Fdjango-wechat-feedback/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266135685,"owners_count":23881803,"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","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:29.518Z","updated_at":"2025-12-13T15:40:06.606Z","avatar_url":"https://github.com/ChanMo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"基于django-wechat-member的留言系统\n===================================\n\n\n快速开始\n---------\n\n安装django-wechat-feedback:\n\n.. code-block::\n\n    pip install django-wechat-feedback\n\n在settings.py文件中添加feedback:\n\n.. code-block::\n\n    INSTALLED_APPS = (\n        ...\n        'feedback',\n    )\n\n在urls.py文件中添加:\n\n.. code-block::\n\n    url(r'^feedback/', include('feedback.urls')),\n\n更新数据库:\n\n.. code-block::\n\n    python manage.py migrate\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanmo%2Fdjango-wechat-feedback","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchanmo%2Fdjango-wechat-feedback","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanmo%2Fdjango-wechat-feedback/lists"}