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 aPython 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 asMahen
. He updated various projects using this library to useGenericAPIView
, such asCreateAPIView
,ListAPIView
rather thanValidateAndPerformView View
Installation
- Download and Install via
pip
pip install drfaddons
or
Download and Install via easy_install
easy_install drfaddons
- Add, if wanted,
drfaddons
inINSTALLED_APPS
(This is although not required!)
INSTALLED_APPS = [
...
'drfaddons',
...
]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file drfaddons-0.1.4.tar.gz
.
File metadata
- Download URL: drfaddons-0.1.4.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85c4ae4ae113315aa915a012922bc56a35668aa87603060a3b22f93909143810 |
|
MD5 | bf040b104c3646d77ea4061d5fd7dc78 |
|
BLAKE2b-256 | 7ecb4eedd830167b8912e3b241f5d074c755120e55f4d5ef3a3cec66b94044ec |
File details
Details for the file drfaddons-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: drfaddons-0.1.4-py3-none-any.whl
- Upload date:
- Size: 28.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cca378aa1196276d5112b536d1873373b9fa0c7d7aebb2ec73674cc9933b13ba |
|
MD5 | 25799f0e5b1749b99e3901f1afd1ac61 |
|
BLAKE2b-256 | d5300177dd4c84088aebd53f3761a07f5775dc6ca1c8ae7e8d574224b04db951 |