Skip to main content

A collection package for Django REST Framework

Project description

Django REST Framework Add Ons

A collection package for Django REST Framework

Django REST Framework Add Ons is a collection package collected over a period of one year from various sources.
In each function/class I've specified its source in docstrings inside Source / Sources.
Wherever there isn't any source, the module has been created by me for my personal use.
This may come in handy to all those who are going to use Django REST Framework for creating API.

Contributors: WE'RE LOOKING FOR SOMEONE WHO CAN CONTRIBUTE IN DOCS

  • Civil Machines Technologies Private Limited: For providing me platform and funds for research work. This project is hosted currently with CMT only.
  • Himanshu Shankar: Himanshu Shankar has initiated this project and worked on this project to collect useful functions and classes that are being used in various projects.
  • Mahen Gandhi: For making this repository into a library. At the time of this commit, he is an intern with CMT and is assigned with the task of making this as a Python Package hosted on PyPi.
  • Aditya Gupta: For updating this repository and projects using this repository as per the latest standards. He is also an intern with CMT and is assigned with same task as Mahen. He updated various projects using this library to use GenericAPIView, such as CreateAPIView, ListAPIView rather than ValidateAndPerformView View

Installation

  • Download and Install via pip
pip install drfaddons

or
Download and Install via easy_install

easy_install drfaddons
  • Add, if wanted, drfaddons in INSTALLED_APPS (This is although not required!)
INSTALLED_APPS = [
    ...
    'drfaddons',
    ...
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drfaddons-0.0.7.tar.gz (9.6 kB view hashes)

Uploaded Source

Built Distribution

drfaddons-0.0.7-py3-none-any.whl (12.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page