Django REST Framework - Feedback
Feedback App for Django REST Framework with API Views.
DRF Feedback is a Django App that can for collecting feedback from end user. It's view are based upon
Django REST Framework's GenericAPIView and hence it contains a RESTful API views also.
Contributors:
- Civil Machines Technologies Private Limited: For providing platform and funds
for research work. This project is hosted currently with
CMTonly. - Himanshu Shankar: Ideation, modification & Quality Assurance in the app.
- Mahen Gandhi: Developed this app from scratch.
- Aditya Gupta: Testing, Modification suggestions & intial works. This app is inspire his work in live project of Hisab Kitab
Installation
- Download and Install via
pip
pip install drf_feedback
or
Download and Install via easy_install
easy_install drf_feedback
- Add
drf_feedbackinINSTALLED_APPS
INSTALLED_APPS = [
...
'drf_feedback',
...
]
- Include urls of
drf_feedbackinurls.py
urlpatterns = [
...
path('feedback/', include('feedback.urls')),
...
]
# or
urlpatterns = [
...
url(r'feedback/', include('feedback.urls')),
...
]
- Finally, run
migratecommand
python manage.py migrate drf_feedback
Release files for drf-feedback 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| drf_feedback-0.0.3.tar.gz | 4.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| drf_feedback-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.4 kB
Release files / drf_feedback-0.0.3.tar.gz
| Download URL | drf_feedback-0.0.3.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d416300708d1393c07ce8021b8b32d99ac1b5d173621cf1946544b822a22a5eb
|
|
BLAKE2b-256 checksum How to use checksums |
e03062b09e4e7e13a76fa0e68fecd304f61a542299db8e5e0a7cc5542012a81f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / drf_feedback-0.0.3-py3-none-any.whl
| Download URL | drf_feedback-0.0.3-py3-none-any.whl |
|---|---|
| Size | 6.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9b6a42e8aab42bdd8602930e0df5551e8809796a1d75c2209ca21e6fe069aa1e
|
|
BLAKE2b-256 checksum How to use checksums |
fb9ee557f4adc2974b63d1561643ef2935b378a8c692079f9504137ae0e71354
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |