All Projects → 101Loop → drf-addons

101Loop / drf-addons

Licence: GPL-3.0 license
Some customised Django classes and functions that one can use in DJango. Collected from internet!

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to drf-addons

Djangorestframework Book
Django REST framework 3 中文文档, API参考, 最佳实践指南
Stars: ✭ 28 (+40%)
Mutual labels:  django-rest-framework, django-application
ska
Sign data using symmetric-key algorithm encryption. Validate signed data and identify possible validation errors. Uses sha-(1, 224, 256, 385 and 512)/hmac for signature encryption. Custom hash algorithms are allowed. Useful shortcut functions for signing (and validating) dictionaries and URLs.
Stars: ✭ 39 (+95%)
Mutual labels:  django-rest-framework, django-rest-framework-addon
Algo Phantoms Backend
💻 Algo-Phantoms-Backend is an Application that provides pathways and quizzes along with a code editor to help you towards your DSA journey.📰🔥 This repository contains the REST APIs of the application.✨
Stars: ✭ 36 (+80%)
Mutual labels:  django-rest-framework, django-application
oms cms
A Django content management system focused on flexibility and user experience
Stars: ✭ 18 (-10%)
Mutual labels:  django-rest-framework, django2
wnpp.debian.net
🌍 Code powering website "Debian Packages that Need Lovin'" created in 2009
Stars: ✭ 38 (+90%)
Mutual labels:  django-application, django-project
PyQuotes
PyQuotes is a Django-based web application and REST API. That will allow you to launch an online quotes service.
Stars: ✭ 23 (+15%)
Mutual labels:  django-rest-framework, django-application
Awesome Django
Repository mirror of GitLab: https://gitlab.com/rosarior/awesome-django This repository is not monitored for issues, use original at GitLab.
Stars: ✭ 8,527 (+42535%)
Mutual labels:  django-rest-framework, django-application
Bistu
集成了 django-simpleui 作为 admin 管理主题,实现的一个小型的管理系统,并且有的 django-rest-framework 使用示例。此外有个 Bistu-Ant-Design-Pro 项目作为配套的前端使用。如果喜欢记得给个🌟star哦。
Stars: ✭ 51 (+155%)
Mutual labels:  django-rest-framework, django-application
Django-WebApp
This is a web-app created using Python, Django. By using this user can login, upload files and also can view and download files uploaded by other users.
Stars: ✭ 285 (+1325%)
Mutual labels:  django-application, django-project
Django Rest Registration
User-related REST API based on the awesome Django REST Framework
Stars: ✭ 240 (+1100%)
Mutual labels:  django-rest-framework, django-application
python-web-dev-21-2
Material for "Web Development in Python with Django" using Django 2.1, published as a Pearson LiveLesson on Safari Books Online
Stars: ✭ 38 (+90%)
Mutual labels:  django-rest-framework, django-application
lets-quiz
A quiz website for organizing online quizzes and tests. It's build using Python/Django and Bootstrap4 frameworks. 🤖
Stars: ✭ 165 (+725%)
Mutual labels:  django-application, django-project
django-learning-pathway
(Currently in development) Learning pathways for learning Django.
Stars: ✭ 35 (+75%)
Mutual labels:  django-rest-framework, django-project
Meethub
This is a Python/Django based event management system. A meetup clone.
Stars: ✭ 411 (+1955%)
Mutual labels:  django-rest-framework, django-application
Deep-learning-model-deploy-with-django
Serving a keras model (neural networks) in a website with the python Django-REST framework.
Stars: ✭ 76 (+280%)
Mutual labels:  django-rest-framework, django-application
Thinkdiff
My open source project links, programming and software development related code and tutorials are in this repo. Content types: Python, JavaScript, Dart | Django, React, Flutter, React-Native etc.
Stars: ✭ 65 (+225%)
Mutual labels:  django-rest-framework, django-application
NearBeach
NearBeach is an open sourced project management tool, helping you keep track of your project. You can track requirements, projects and tasks
Stars: ✭ 97 (+385%)
Mutual labels:  django-application, django2
django ecommerce
Scalable Django E-Commerce, perfect to start one new online shop project.
Stars: ✭ 25 (+25%)
Mutual labels:  django-application, django-project
Education Backend
Django backend for my info-business website
Stars: ✭ 79 (+295%)
Mutual labels:  django-rest-framework, django-application
Dailyfresh-B2C
这是一个 ☛全栈/全端/全平台☚ 的B2C模式的电商项目, web后台基于Django2.0 + Python3.6, 前后端分离,前端使用Vue框架开发。移动端基于Flutter开发,一套代码支持Android&IOS平台。微信小程序基于mpvue框架开发。
Stars: ✭ 74 (+270%)
Mutual labels:  django-rest-framework, django2

Build Status codecov Code style: black pre-commit PyPI - Downloads

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',
    ...
]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].