{"id":15645048,"url":"https://github.com/jaredly/django-feedback","last_synced_at":"2025-04-30T11:13:02.403Z","repository":{"id":824865,"uuid":"539405","full_name":"jaredly/django-feedback","owner":"jaredly","description":"A reusable django app to add an AJAX \"feedback\" tab to your site","archived":false,"fork":false,"pushed_at":"2018-12-07T12:08:20.000Z","size":78,"stargazers_count":57,"open_issues_count":6,"forks_count":33,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-09T21:30:47.752Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaredly.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":"2010-02-28T04:02:07.000Z","updated_at":"2022-07-08T20:03:44.000Z","dependencies_parsed_at":"2022-08-16T11:00:53.406Z","dependency_job_id":null,"html_url":"https://github.com/jaredly/django-feedback","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredly%2Fdjango-feedback","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredly%2Fdjango-feedback/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredly%2Fdjango-feedback/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredly%2Fdjango-feedback/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredly","download_url":"https://codeload.github.com/jaredly/django-feedback/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234563841,"owners_count":18853178,"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-10-03T12:04:12.287Z","updated_at":"2025-01-18T20:33:31.504Z","avatar_url":"https://github.com/jaredly.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Feedback\n========\n\nCreates an ajax \"feedback\" button on your site, which pops up a form for the\nuser to fill.\n\n+ Add it to your installed apps::\n\n    INSTALLED_APPS += ('feedback',)\n\n\n+ Sync the database\n\n+ Add a line to your urls.py::\n\n    url(r'^feedback/', include('feedback.urls')),\n\n+ Use it (only requires template modifications)::\n\n    \u003c!-- in header block --\u003e\n    {% include \"feedback/header.html\" %}\n    \n    \u003c!-- in body block --\u003e\n    {% include \"feedback/button.html\" %}\n\n+ Or use your own button which pops up feedback form::\n\n    \u003c!-- in body block --\u003e\n    {% include \"feedback/feedback.html\" %}\n    \u003cdiv class=\"feedback_button\"/\u003e\n   \n\n+ All feedback can be seen in the Django admin interface\n\n+ Class \"modal-open\" is added to body for compatibility with Bootstrap modal.\n\n+ Feedback can optionally be emailed to you as well, as it is submitted. Specify your email address in settings.py:\n\n    FEEDBACK_EMAIL = \"me@example.com\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredly%2Fdjango-feedback","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredly%2Fdjango-feedback","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredly%2Fdjango-feedback/lists"}