All Projects β†’ nioperas06 β†’ Awesome Django Rest Framework

nioperas06 / Awesome Django Rest Framework

Licence: gpl-3.0
πŸ’»πŸ˜Tools, processes and resources you need to create an awesome API with Django REST Framework

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Awesome Django Rest Framework

Postgraduation
University management platform dedicated for post-graduation in computer science field using django rest framework.
Stars: ✭ 35 (-94.92%)
Mutual labels:  api, django, django-rest-framework
Dictfier
Python library to convert/serialize class instances(Objects) both flat and nested into a dictionary data structure. It's very useful in converting Python Objects into JSON format
Stars: ✭ 67 (-90.28%)
Mutual labels:  api, serialization, django-rest-framework
Django rest example
Django/DRF rest application example.
Stars: ✭ 17 (-97.53%)
Mutual labels:  api, django, django-rest-framework
Ara
ARA Records Ansible and makes it easier to understand and troubleshoot.
Stars: ✭ 1,176 (+70.68%)
Mutual labels:  api, django, django-rest-framework
Usaspending Api
Server application to serve U.S. federal spending data via a RESTful API
Stars: ✭ 166 (-75.91%)
Mutual labels:  api, django, django-rest-framework
Django Rest Framework Datatables
Seamless integration between Django REST framework and Datatables.
Stars: ✭ 241 (-65.02%)
Mutual labels:  api, django, django-rest-framework
Best Of Web Python
πŸ† A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+62.26%)
Mutual labels:  api, django, django-rest-framework
Drf Autodocs
Ultimately automated DRF documentation rendering(UNMAINTAINED)
Stars: ✭ 82 (-88.1%)
Mutual labels:  api, django, django-rest-framework
Tutorialdb
A search πŸ”Ž engine for programming/dev tutorials, See it in action πŸ‘‰
Stars: ✭ 93 (-86.5%)
Mutual labels:  api, django, django-rest-framework
Rest Api
Learn how to build your own REST API with Python, Django, and the Django Rest Framework.
Stars: ✭ 232 (-66.33%)
Mutual labels:  api, django, django-rest-framework
Django Api Domains
A pragmatic styleguide for Django API Projects
Stars: ✭ 365 (-47.02%)
Mutual labels:  api, django, django-rest-framework
Django Rest Framework Passwordless
Passwordless Auth for Django REST Framework
Stars: ✭ 412 (-40.2%)
Mutual labels:  django, django-rest-framework
Django Rest Framework Api Guide
Django REST framework API ζŒ‡ε—
Stars: ✭ 437 (-36.57%)
Mutual labels:  django, django-rest-framework
Drf Extra Fields
Extra Fields for Django Rest Framework
Stars: ✭ 445 (-35.41%)
Mutual labels:  django, django-rest-framework
Modern Django
Modern Django: A Guide on How to Deploy Django-based Web Applications in 2017
Stars: ✭ 662 (-3.92%)
Mutual labels:  django, django-rest-framework
Meethub
This is a Python/Django based event management system. A meetup clone.
Stars: ✭ 411 (-40.35%)
Mutual labels:  django, django-rest-framework
Django Rest Framework
Web APIs for Django. 🎸
Stars: ✭ 22,406 (+3151.96%)
Mutual labels:  api, django
Dj Rest Auth
Authentication for Django Rest Framework
Stars: ✭ 491 (-28.74%)
Mutual labels:  django, django-rest-framework
Django React Blog
Simple blog built with Django and React/Redux, deployed with Docker, and served with nginx/uwsgi.
Stars: ✭ 528 (-23.37%)
Mutual labels:  django, django-rest-framework
Polemarch
Simple WEB gui for infrastructure management by ansible playbooks or modules. This is only mirror with bins in releases.
Stars: ✭ 530 (-23.08%)
Mutual labels:  django, django-rest-framework

Awesome

Awesome Django REST Framework Awesome

Curated list of tools, processes and resources you need to create an awesome API with Django REST Framework!

Let's make it the biggest resource repository for our community.

Please read the contribution guidelines before contributing.

Check out my medium blog or say hi on Twitter.

Table of Contents

Packages

Authentication

  • django-rest-passwordreset: Password reset endpoints that hook into Django Authentication system
  • djoser: REST implementation of Django authentication system
  • django-rest-auth: A set of REST API endpoints to handle User Registration and Authentication tasks - ( on pause and is currently unsupported, but there is a newer fork )
  • django-rest-registration: User registration and authentication REST API, based on Django REST Framework.
  • django-rest-framework-jwt: JSON Web Token Authentication support for Django REST Framework - ( currently unmaintained, but there is a newer fork )
  • django-rest-framework-simplejwt: A JSON Web Token authentication plugin for the Django REST Framework
  • django-rest-framework-social-oauth2: python-social-auth and oauth2 support for django-rest-framework
  • django-oauth-toolkit: Django OAuth Toolkit can help you providing out of the box all the endpoints, data and logic needed to add OAuth2 capabilities to your Django projects. Django OAuth Toolkit makes extensive use of the excellent OAuthLib, so that everything is rfc-compliant.
  • django-rest-durin provides token auth for multiple Web/CLI/Mobile API clients via one interface but allows different token configuration for each client (For example, permissions and token expiration time can be different per API client).

Authorization

Documentation

  • django-rest-swagger: Swagger Documentation Generator for Django REST Framework (this package is deprecated and no longer maintained. It throw error as staticfiles template tag was deprecated in Django 2.2 and is finally removed in Django 3.0. it's recommended to use drf-yasg )
  • drf-yasg: Alternative OpenAPI Generator for Django REST Framework with response schema support
  • drf-spectacular: Sane and flexible OpenAPI 3.0 schema generation for Django REST framework
  • drf-openapi-tester: Test drf test responses against OpenAPI/Swagger documentation.

Routing

Serialization

Visualization

  • django-rest-pandas: Serves up Pandas dataframes via the Django REST Framework for use in client-side (i.e. d3.js) visualizations and offline analysis (e.g. Excel)
  • django-rest-framework-gis: Geographic add-ons for Django REST Framework
  • drf-renderer-xlsx: Allows you to create XLSX for Django REST Framework

Other

Tutorials

Talks

Common issues

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