{ "info": { "author": "Civil Machines Technologies Private Limited", "author_email": "pypidev@civilmachines.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP" ], "description": "# Django REST Framework - Feedback\n\n**Feedback App for Django REST Framework with API Views.**
\n\n`DRF Feedback` is a Django App that can for collecting feedback from end user. It's view are based upon\n`Django REST Framework's GenericAPIView` and hence it contains a RESTful API views also.\n\n\n#### Contributors: \n- **[Civil Machines Technologies Private Limited](https://github.com/civilmahines)**: For providing platform and funds\nfor research work. This project is hosted currently with `CMT` only. \n- [Himanshu Shankar](https://github.com/iamhssingh): Ideation, modification & Quality Assurance in the app.\n- [Mahen Gandhi](https://github.com/imlegend19): Developed this app from scratch. \n- [Aditya Gupta](https://github.com/ag93999): Testing, Modification suggestions & intial works. This app is inspire \nhis work in live project of [Hisab Kitab](https://hisabkitab.in) \n\n#### Installation\n\n- Download and Install via `pip`\n```\npip install drf_feedback\n```\nor
\nDownload and Install via `easy_install`\n```\neasy_install drf_feedback\n```\n- Add `drf_feedback` in `INSTALLED_APPS`
\n```\nINSTALLED_APPS = [\n ...\n 'drf_feedback',\n ...\n]\n```\n- Include urls of `drf_feedback` in `urls.py`\n```\nurlpatterns = [\n ...\n path('feedback/', include('feedback.urls')),\n ...\n]\n\n# or\n\nurlpatterns = [\n ...\n url(r'feedback/', include('feedback.urls')),\n ...\n]\n```\n\n- Finally, run `migrate` command\n```\npython manage.py migrate drf_feedback\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/civilmachines/drf-feedback", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "drf-feedback", "package_url": "https://pypi.org/project/drf-feedback/", "platform": "", "project_url": "https://pypi.org/project/drf-feedback/", "project_urls": { "Homepage": "https://github.com/civilmachines/drf-feedback" }, "release_url": "https://pypi.org/project/drf-feedback/0.0.3/", "requires_dist": [ "Django (<=2.0.5)", "PyJWT (<=1.6.4)", "djangorestframework-jwt (<=1.11.0)", "djangorestframework (<=3.8.2)", "drfaddons (<=0.0.2)", "pytz (<=2018.4)" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "Feedback APP for Django REST Framework with API Views.", "version": "0.0.3" }, "last_serial": 4072573, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "fce84eef15bd19f08e6bd34b6ceaa136", "sha256": "dc0f0d007a40c478a0c6d530b47b92c4eb2d9f6341dee0d55d774deff6ede4e2" }, "downloads": -1, "filename": "drf_feedback-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "fce84eef15bd19f08e6bd34b6ceaa136", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 5882, "upload_time": "2018-07-06T06:58:00", "url": "https://files.pythonhosted.org/packages/bf/40/9525c5d15b9494cf86ae5f3e0d93e920510773355c9f677c933c863ec1ae/drf_feedback-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "df7572b235f1c07bb0fc2c129cf67c33", "sha256": "c20f6f8471e0d19cc9fce8f8654854b71bfbc9b5b3c80879a1c97f362e4125a3" }, "downloads": -1, "filename": "drf_feedback-0.0.2.tar.gz", "has_sig": false, "md5_digest": "df7572b235f1c07bb0fc2c129cf67c33", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 3759, "upload_time": "2018-07-06T06:58:01", "url": "https://files.pythonhosted.org/packages/36/69/71f6e0fe09fc25ddc714e36df45a0ee811eaebe3aa726525fc2bd653dfc1/drf_feedback-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "a46f903deac147122516725fb3b3dca6", "sha256": "9b6a42e8aab42bdd8602930e0df5551e8809796a1d75c2209ca21e6fe069aa1e" }, "downloads": -1, "filename": "drf_feedback-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "a46f903deac147122516725fb3b3dca6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 6127, "upload_time": "2018-07-17T07:11:16", "url": "https://files.pythonhosted.org/packages/fb/9e/e557f4adc2974b63d1561643ef2935b378a8c692079f9504137ae0e71354/drf_feedback-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee367778564f273afdb16755b3d57324", "sha256": "d416300708d1393c07ce8021b8b32d99ac1b5d173621cf1946544b822a22a5eb" }, "downloads": -1, "filename": "drf_feedback-0.0.3.tar.gz", "has_sig": false, "md5_digest": "ee367778564f273afdb16755b3d57324", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 4248, "upload_time": "2018-07-17T07:11:17", "url": "https://files.pythonhosted.org/packages/e0/30/62b09e4e7e13a76fa0e68fecd304f61a542299db8e5e0a7cc5542012a81f/drf_feedback-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a46f903deac147122516725fb3b3dca6", "sha256": "9b6a42e8aab42bdd8602930e0df5551e8809796a1d75c2209ca21e6fe069aa1e" }, "downloads": -1, "filename": "drf_feedback-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "a46f903deac147122516725fb3b3dca6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 6127, "upload_time": "2018-07-17T07:11:16", "url": "https://files.pythonhosted.org/packages/fb/9e/e557f4adc2974b63d1561643ef2935b378a8c692079f9504137ae0e71354/drf_feedback-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee367778564f273afdb16755b3d57324", "sha256": "d416300708d1393c07ce8021b8b32d99ac1b5d173621cf1946544b822a22a5eb" }, "downloads": -1, "filename": "drf_feedback-0.0.3.tar.gz", "has_sig": false, "md5_digest": "ee367778564f273afdb16755b3d57324", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 4248, "upload_time": "2018-07-17T07:11:17", "url": "https://files.pythonhosted.org/packages/e0/30/62b09e4e7e13a76fa0e68fecd304f61a542299db8e5e0a7cc5542012a81f/drf_feedback-0.0.3.tar.gz" } ] }