Skip to main content

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:

Installation

  • Download and Install via pip
pip install drf_feedback

or
Download and Install via easy_install

easy_install drf_feedback
  • Add drf_feedback in INSTALLED_APPS
INSTALLED_APPS = [
    ...
    'drf_feedback',
    ...
]
  • Include urls of drf_feedback in urls.py
urlpatterns = [
    ...
    path('feedback/', include('feedback.urls')),
    ...
]

# or

urlpatterns = [
    ...
    url(r'feedback/', include('feedback.urls')),
    ...
]
  • Finally, run migrate command
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)

Source distribution for drf-feedback 0.0.3
File Size Uploaded
drf_feedback-0.0.3.tar.gz 4.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for drf-feedback 0.0.3
File Interpreter ABI Platform
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

Release history Release notifications | RSS feed

This release

0.0.3 This release

2 release files

0.0.2

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page