{ "info": { "author": "Nicolas Patry", "author_email": "nicolas.patry@student.ecp.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=====================================\ndjango-simple-feedback (django-simple-feedback)\n=====================================\n\n.. image:: https://secure.travis-ci.org/Narsil/django-simple-feedback.png\n\nThis `Django `_ app has for purpose to integrate easily user based feedback.\nIt aims to be easily added into existing projects and pretty on any website.\n\nNEW in master\n~~~~~~~~~~~~~\nmaster version is now operational for Django-1.3 with `collectstatic `_\nThis will break backward compatibility, branch django-1.2.5 is the last working\nstate for Django-1.2.5\n\nInstallation \n============\n\nDepedencies \n~~~~~~~~~~~\n\ndjango-simple-feedback requires jQuery, and it includes it in its static files.\n\nInstalling django-simple-feedback\n~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nInstall into your python path using pip or github version::\n\n pip install django-simple-feedback\n pip install -e git://github.com/Narsil/django-simple-feedback\n\nAdd *'feedback'* to your INSTALLED_APPS in settings.py, also make sure *'django.core.context_processors.request'* is in your TEMPLATE_CONTEXT_PROCESSORS::\n\n INSTALLED_APPS = (\n ...\n 'feedback',\n )\n ....\n TEMPLATE_CONTEXT_PROCESSORS = (\n 'django.core.context_processors.request'\n )\n\nAdd css and javascript in your *'base.html'* template (jQuery is optional if you already include it in your project)::\n\n \n\n \n \n\nAnd then in templates where you want feedback to appear::\n\n {% load feedback_tags %}\n ....\n\n {% feedback %}\n\nAdd *'(r'^feedback', include('feedback.urls')'* to your urls:: \n\n urlpatterns = patterns( '',\n ....\n (r'^feedback', include('feedback.urls'),\n )\n\nDon't forget to run ::\n\n ./manage.py syncdb\n \nto create the table that is going to receive the feedbacks.\n\nReceiving mail of feedbacks\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\nIf you wish to receive mail when someone posts some feedback then you need to\nconfigure these which are the defaults::\n\n FEEDBACK_SEND_MAIL = True\n FEEDBACK_FROM = 'feedback@example.com'\n FEEDBACK_REPLY_TO_USER = True\n FEEDBACK_TO = map(lambda x:x[1], settings.MANAGERS) (should be managers emails)\n FEEDBACK_SUBJECT = '[feedback] %(path)s'\n FEEDBACK_BODY = '%(feedback)s'\n\nIn `FEEDBACK_SUBJECT` and `FEEDBACK_BODY` you are able to customize the text.\neach string is formatted with a dict containing information on the feedback.\nDict is::\n\n {'id': 42,\n 'feedback': 'This is a random comment made by random person',\n 'path': 'url the feedback was made on',\n 'user': User object,\n 'request': request object, # You can access IP and USER_AGENT via request.\n ...} # You can access any data sent by your form here so you can customize at will\n # By just sending additional field in the form.\n\nOther settings are::\n\n FEEDBACK_ASK_EMAIL = False\n\nAsks user to write his email when it is missing from his account.", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/Narsil/django-simple-feedback", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/Narsil/django-simple-feedback", "keywords": "django feedback bugs suggestions", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-simple-feedback", "package_url": "https://pypi.org/project/django-simple-feedback/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-simple-feedback/", "project_urls": { "Download": "http://github.com/Narsil/django-simple-feedback", "Homepage": "http://github.com/Narsil/django-simple-feedback" }, "release_url": "https://pypi.org/project/django-simple-feedback/0.2.10/", "requires_dist": null, "requires_python": null, "summary": "Django application that allows you to easily get user\nfeedbacks. Users need to be registrated via django.contrib.auth.", "version": "0.2.10" }, "last_serial": 1013865, "releases": { "0.0.1": [], "0.1": [ { "comment_text": "", "digests": { "md5": "a70bd550c7d8a928f1f9d26b248276b8", "sha256": "d9355998f6145fcccac72cbdc817e01cf50182736a137c2c0a386deadb43da9f" }, "downloads": -1, "filename": "django-simple-feedback-0.1.tar.gz", "has_sig": false, "md5_digest": "a70bd550c7d8a928f1f9d26b248276b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2095, "upload_time": "2011-04-21T00:39:40", "url": "https://files.pythonhosted.org/packages/5e/e4/6a6761cbf78baa5e4dd64a4bfc915fadbf6e9f01600423e43880d312dcd6/django-simple-feedback-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "e8d9988b1038a9085af15973b5f59a64", "sha256": "78f005b4dd538164b045428370a3f1be5fb9c057f11219fae20bc87f04973a72" }, "downloads": -1, "filename": "django-simple-feedback-0.2.tar.gz", "has_sig": false, "md5_digest": "e8d9988b1038a9085af15973b5f59a64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53395, "upload_time": "2011-09-15T00:15:10", "url": "https://files.pythonhosted.org/packages/8c/1f/fcdbc07857f66c8e0a7f65a642bca877c4e501e816478cb5e6ffe32f1a0b/django-simple-feedback-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "ca08befaed4f0eb43c4a5ccaa0c2e1c6", "sha256": "42b74754e47cb4985e0c28a916ba90ab5d9fae719efb656aa4594c786817643e" }, "downloads": -1, "filename": "django-simple-feedback-0.2.1.tar.gz", "has_sig": false, "md5_digest": "ca08befaed4f0eb43c4a5ccaa0c2e1c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55313, "upload_time": "2011-11-08T16:05:13", "url": "https://files.pythonhosted.org/packages/00/48/b7342de800f08570b820e5c0c552d8f48195f3d4466285da284e9aae3d50/django-simple-feedback-0.2.1.tar.gz" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "08af65c2be6b86a99342dbe239fffe1a", "sha256": "5a7b252d778a582cbd5a996b8978c741b8ad1a588b7d409ab2532f3cdc54c31a" }, "downloads": -1, "filename": "django-simple-feedback-0.2.10.tar.gz", "has_sig": false, "md5_digest": "08af65c2be6b86a99342dbe239fffe1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88257, "upload_time": "2014-02-27T14:59:16", "url": "https://files.pythonhosted.org/packages/2e/6c/235632b518be54a7452b965762b5e376ef0bd1266a27e036d730601936a1/django-simple-feedback-0.2.10.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "899dc1f2c5b67ea7d30b0c4745dba225", "sha256": "c628534d366ab95a34ff339df40c9a43675e734fd14fef05c671fe87b3da76df" }, "downloads": -1, "filename": "django-simple-feedback-0.2.2.tar.gz", "has_sig": false, "md5_digest": "899dc1f2c5b67ea7d30b0c4745dba225", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55273, "upload_time": "2011-11-08T16:16:34", "url": "https://files.pythonhosted.org/packages/37/65/e3d15eb6414c00ac059935b15eb466634383820eb4c6ea3e28b89a5dc999/django-simple-feedback-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "c1799fc0eeec82ea92dc8b8b3f1adb1a", "sha256": "73796f557ea660dfe23585ea69e0e34f43cccae869d2f8f07883c67cddad1c1a" }, "downloads": -1, "filename": "django-simple-feedback-0.2.3.tar.gz", "has_sig": false, "md5_digest": "c1799fc0eeec82ea92dc8b8b3f1adb1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55549, "upload_time": "2011-11-16T17:41:04", "url": "https://files.pythonhosted.org/packages/f0/c0/beb7bc2493f9386b6ca341d5ab71b8caa2d63102cd261226248cf2e200ec/django-simple-feedback-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "74fc9f6a5295b049328fba829fcb3e8f", "sha256": "ad684b9aa5480f422e62a423029847338b59956a04172316393aae45ac72805e" }, "downloads": -1, "filename": "django-simple-feedback-0.2.4.tar.gz", "has_sig": false, "md5_digest": "74fc9f6a5295b049328fba829fcb3e8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55625, "upload_time": "2011-11-28T18:44:11", "url": "https://files.pythonhosted.org/packages/69/eb/b735cb67408b0023b2055de37ad0466e1fc1d33c39bd892ac858006ebdd8/django-simple-feedback-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "c9bff339c04f032fdd43ca972adf0a7c", "sha256": "ee15ed30326b27dbcb9c6efc377a97e0c98b23d9bf953913f1ed89d0fad7808b" }, "downloads": -1, "filename": "django-simple-feedback-0.2.5.tar.gz", "has_sig": false, "md5_digest": "c9bff339c04f032fdd43ca972adf0a7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87165, "upload_time": "2012-04-11T12:13:30", "url": "https://files.pythonhosted.org/packages/c5/21/428174ba342a5257ea1aa4c2946e4de3a12122cc5a14a135e3be22ebff92/django-simple-feedback-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "e8b29d3ad2a65ec4f3d082cf0f8b15f4", "sha256": "aafebe8c386dcef12f401cd0ab763ce0ea9b74b8e5bda81c657bbfe1872b2e25" }, "downloads": -1, "filename": "django-simple-feedback-0.2.6.tar.gz", "has_sig": false, "md5_digest": "e8b29d3ad2a65ec4f3d082cf0f8b15f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 86866, "upload_time": "2012-04-16T15:12:59", "url": "https://files.pythonhosted.org/packages/9e/d3/12d1b1df0cef7743f391a1c683ca2a38d8b77baa2ea893485ff7d874fea6/django-simple-feedback-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "09f2a9990b0a290494ed476ffcc0b78c", "sha256": "f97cdb674b21b20adf16371012bf6a0cad9bf9076bc39d688fefb32c6996555c" }, "downloads": -1, "filename": "django-simple-feedback-0.2.7.tar.gz", "has_sig": false, "md5_digest": "09f2a9990b0a290494ed476ffcc0b78c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87005, "upload_time": "2013-09-24T09:42:48", "url": "https://files.pythonhosted.org/packages/45/b3/465e5a324be69b13c9ae60bf745e2f1f7c9b134f332193ddd24149dd3dbc/django-simple-feedback-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "built for Linux-3.11.0-12-generic-i686-with-glibc2.4", "digests": { "md5": "a68a9fd9262993c6b3e128a5c67753c2", "sha256": "60f66625417c5442720a452af96888841079c74c8724832caa3b131ad76c3437" }, "downloads": -1, "filename": "django-simple-feedback-0.2.8.linux-i686.tar.gz", "has_sig": false, "md5_digest": "a68a9fd9262993c6b3e128a5c67753c2", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 95167, "upload_time": "2014-01-14T14:30:34", "url": "https://files.pythonhosted.org/packages/e2/52/7bfd2942e2aec1522cf3fb704ceb810c1865bf306f6e148334393760b361/django-simple-feedback-0.2.8.linux-i686.tar.gz" }, { "comment_text": "", "digests": { "md5": "e08f8e2705d7b839f9b7cfbca78fdeb6", "sha256": "c7dd7c488a4f567479ba10c60f7e28980029a5d7dcebace4514ec227215e4909" }, "downloads": -1, "filename": "django-simple-feedback-0.2.8.tar.gz", "has_sig": false, "md5_digest": "e08f8e2705d7b839f9b7cfbca78fdeb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87048, "upload_time": "2014-01-14T14:35:58", "url": "https://files.pythonhosted.org/packages/4f/12/1a4319b7a975567a65067603e9b3215987974a8f85f8db73927fe0631a7f/django-simple-feedback-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "built for Linux-3.11.0-15-generic-i686-with-glibc2.4", "digests": { "md5": "009157fde09ca698f9cc97d6512f2096", "sha256": "4da420fbab54695e54178dfe69592e16106ea00d187a48b054327d57b3abd3d7" }, "downloads": -1, "filename": "django-simple-feedback-0.2.9.linux-i686.tar.gz", "has_sig": false, "md5_digest": "009157fde09ca698f9cc97d6512f2096", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 97483, "upload_time": "2014-02-18T13:55:06", "url": "https://files.pythonhosted.org/packages/a1/43/c2e77349a3646e59b71d0d7f48b026bc9ebb7bc1d74f69b2b9622a6f8ca0/django-simple-feedback-0.2.9.linux-i686.tar.gz" }, { "comment_text": "", "digests": { "md5": "b2d696b24e08e7129bb851b5249d300b", "sha256": "6913fdc78b5833c6ce2f962b9009fc5a643eab38fca3420e0ac6c17dedd24056" }, "downloads": -1, "filename": "django-simple-feedback-0.2.9.tar.gz", "has_sig": false, "md5_digest": "b2d696b24e08e7129bb851b5249d300b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87764, "upload_time": "2014-02-18T13:59:05", "url": "https://files.pythonhosted.org/packages/a1/2a/a34cef5c37ae942ebc1625eb92f15c065e7cbbaa2fcd9ae0e1d56caa718b/django-simple-feedback-0.2.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "08af65c2be6b86a99342dbe239fffe1a", "sha256": "5a7b252d778a582cbd5a996b8978c741b8ad1a588b7d409ab2532f3cdc54c31a" }, "downloads": -1, "filename": "django-simple-feedback-0.2.10.tar.gz", "has_sig": false, "md5_digest": "08af65c2be6b86a99342dbe239fffe1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88257, "upload_time": "2014-02-27T14:59:16", "url": "https://files.pythonhosted.org/packages/2e/6c/235632b518be54a7452b965762b5e376ef0bd1266a27e036d730601936a1/django-simple-feedback-0.2.10.tar.gz" } ] }