Skip to content

Some customised Django classes and functions that one can use in DJango. Collected from internet!

License

Notifications You must be signed in to change notification settings

imlegend19/drf-addons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRF Add Ons

A collection package for Django REST Framework

DRF 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.

I'll like to mention following names for certain contributions:

  • Civil Machines Technologies Private Limited: For providing me platform and funds for research work. This project is hosted currently with CMT only.
  • 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 drfaddons in INSTALLED_APPS
INSTALLED_APPS = [
    ...
    'drfaddons',
    ...
]

About

Some customised Django classes and functions that one can use in DJango. Collected from internet!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%