Atualizando o projeto APIs REST Django REST 2.0

Overview

APIs REST Django REST 3.0-KevinSoffa

Atualização do projeto APIs REST Django REST 2.0-Kevin Soffa

Melhorando e adicionando funcionalidades

O que já foi adicionado a API 3.0

  • Implementando Token na API
  • Adicionando Permissões de diferentes usuários
  • Limitando o número de requisições com Throttling
  • Customizando a validação de dados
  • Customizando a serialização dos dados (Avg)

  • API Versão 2.0

    Funções

  • Sobrescrevendo os métodos genéricos
  • Utilizando ViewSets e Routers
  • Customizando as ViewSets
  • Utilizando Relações
  • Páginação

  • API Versão 1.0

    Funções

  • Model Serializers
  • API Views para o método HTPP GET
  • API Views para o método HTPP POST

  • Versão 3.0 Finalizada

    Owner
    Kevin Soffa
    Buscando oportunidade e mais conhecimento
    Kevin Soffa
    A collection of models, views, middlewares, and forms to help secure a Django project.

    Django-Security This package offers a number of models, views, middlewares and forms to facilitate security hardening of Django applications. Full doc

    SD Elements 258 Jan 03, 2023
    Django Advance DumpData

    Django Advance Dumpdata Django Manage Command like dumpdata but with have more feature to Output the contents of the database from given fields of a m

    EhsanSafir 7 Jul 25, 2022
    Django-MySQL extends Django's built-in MySQL and MariaDB support their specific features not available on other databases.

    Django-MySQL The dolphin-pony - proof that cute + cute = double cute. Django-MySQL extends Django's built-in MySQL and MariaDB support their specific

    Adam Johnson 504 Jan 04, 2023
    A BitField extension for Django Models

    django-bitfield Provides a BitField like class (using a BigIntegerField) for your Django models. (If you're upgrading from a version before 1.2 the AP

    DISQUS 361 Dec 22, 2022
    The little ASGI framework that shines. 🌟

    ✨ The little ASGI framework that shines. ✨ Documentation: https://www.starlette.io/ Community: https://discuss.encode.io/c/starlette Starlette Starlet

    Encode 7.7k Dec 31, 2022
    Fully reponsive Chat Application built with django, javascript, materialUi, bootstrap4, html and css.

    Chat app (Full Stack Frameworks with Django Project) Fully reponsive Chat Application built with django, javascript, materialUi, bootstrap4, html and

    1 Jan 19, 2022
    A Django Online Library Management Project.

    Why am I doing this? I started learning 📖 Django few months back, and this is a practice project from MDN Web Docs that touches the aspects of Django

    1 Nov 13, 2021
    Source files for a free pyRevit toolbar.

    pyRoovit (WIP) What is this? PyRoovit is/will be a toolbar for the use with pyRevit built by Gavin Crump (aka Aussie BIM Guru). Having used and taught

    Gavin Crump 11 Nov 10, 2022
    :couple: Multi-user accounts for Django projects

    django-organizations Summary Groups and multi-user account management Author Ben Lopatin (http://benlopatin.com / https://wellfire.co) Status Separate

    Ben Lopatin 1.1k Jan 01, 2023
    Django query profiler - one profiler to rule them all. Shows queries, detects N+1 and gives recommendations on how to resolve them

    Django Query Profiler This is a query profiler for Django applications, for helping developers answer the question "My Django code/page/API is slow, H

    Django Query Profiler 116 Dec 15, 2022
    Django + Next.js integration

    Django Next.js Django + Next.js integration From a comment on StackOverflow: Run 2 ports on the same server. One for django (public facing) and one fo

    Quera 162 Jan 03, 2023
    Imparare Django ricreando un sito facsimile a quello Flask

    SitoPBG-Django Imparare Django ricreando un sito facsimile a quello Flask Note di utilizzo Necessita la valorizzazione delle seguenti variabili di amb

    Mario Nardi 1 Dec 08, 2021
    Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.

    Django Activity Stream What is Django Activity Stream? Django Activity Stream is a way of creating activities generated by the actions on your site. I

    Justin Quick 2.1k Dec 29, 2022
    Neighbourhood - A python-django web app to help the residence of a given neighborhood know their surrounding better

    Neighbourhood A python-django web app to help the residence of a given neighborh

    Levy Omolo 4 Aug 25, 2022
    A simple Django middleware for Duo V4 2-factor authentication.

    django-duo-universal-auth A lightweight middleware application that adds a layer on top of any number of existing authentication backends, enabling 2F

    Adam Angle 1 Jan 10, 2022
    Django-powered application about blockchain (bitcoin)

    Django-powered application about blockchain (bitcoin)

    Igor Izvekov 0 Jun 23, 2022
    This is a simple Todo web application built Django (back-end) and React JS (front-end)

    Django REST Todo app This is a simple Todo web application built with Django (back-end) and React JS (front-end). The project enables you to systemati

    Maxim Mukhin 5 May 06, 2022
    React.JS - Django Application Template

    OTS React.JS - DJango Web Application (UNTESTED) This repository servers as a template for creating React.JS - Django Web Applications. Note that the

    Darryl See Wei Shen 5 Aug 19, 2022
    a little task queue for python

    a lightweight alternative. huey is: a task queue (2019-04-01: version 2.0 released) written in python (2.7+, 3.4+) clean and simple API redis, sqlite,

    Charles Leifer 4.3k Dec 29, 2022
    Running in outer Django project folder (cd django_project)

    Django Running in outer Django project folder (cd django_project) Make Migrations python manage.py makemigrations Migrate to Database python manage.py

    1 Feb 07, 2022