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
    Twitter-clone using Django (DRF) + VueJS

    Twitter Clone work in progress 🚧 A Twitter clone project Table Of Contents About the Project Built With Getting Started Running project License Autho

    Ahmad Alwi 8 Sep 08, 2022
    A set of functions related with Django

    django-extra-tools Table of contents Installation Quick start Template filters parse_datetime parse_date parse_time parse_duration Aggregation First L

    Tomasz Jakub Rup 3 Mar 04, 2020
    A Django app to accept payments from various payment processors via Pluggable backends.

    Django-Merchant Django-Merchant is a django application that enables you to use multiple payment processors from a single API. Gateways Following gate

    Agiliq 997 Dec 24, 2022
    django-idom allows Django to integrate with IDOM

    django-idom allows Django to integrate with IDOM, a package inspired by ReactJS for creating responsive web interfaces in pure Python.

    113 Jan 04, 2023
    Strict separation of config from code.

    Python Decouple: Strict separation of settings from code Decouple helps you to organize your settings so that you can change parameters without having

    Henrique Bastos 2.3k Jan 04, 2023
    Dynamic Django settings.

    Constance - Dynamic Django settings A Django app for storing dynamic settings in pluggable backends (Redis and Django model backend built in) with an

    Jazzband 1.5k Jan 07, 2023
    Reusable, generic mixins for Django

    django-braces Mixins for Django's class-based views. Documentation Read The Docs Installation Install from PyPI with pip: pip install django-braces Bu

    Brack3t 1.9k Jan 05, 2023
    This is a repository for a web application developed with Django, built with Crowdbotics

    assignment_32558 This is a repository for a web application developed with Django, built with Crowdbotics Table of Contents Project Structure Features

    Crowdbotics 1 Dec 29, 2021
    AUES Student Management System Developed for laboratory works №9 Purpose using Python (Django).

    AUES Student Management System (L M S ) AUES Student Management System Developed for laboratory works №9 Purpose using Python (Django). I've created t

    ANAS NABIL 2 Dec 06, 2021
    A generic system for filtering Django QuerySets based on user selections

    Django Filter Django-filter is a reusable Django application allowing users to declaratively add dynamic QuerySet filtering from URL parameters. Full

    Carlton Gibson 3.9k Jan 03, 2023
    Source code for Django for Beginners 3.2

    The official source code for https://djangoforbeginners.com/. Available as an ebook or in Paperback. If you have the 3.1 version, please refer to this

    William Vincent 10 Jan 03, 2023
    It takes time to start a Django Project and make it almost production-ready.

    It takes time to start a Django Project and make it almost production-ready. A developer needs to spend a lot of time installing required libraries, setup a database, setup cache as well as hiding se

    Khan Asfi Reza 1 Jan 01, 2022
    Displaying objects on maps in the Django views and administration site.

    DjangoAdminGeomap library The free, open-source DjangoAdminGeomap library is designed to display objects on the map in the Django views and admin site

    Vitaly Bogomolov 31 Dec 28, 2022
    django-tables2 - An app for creating HTML tables

    django-tables2 - An app for creating HTML tables django-tables2 simplifies the task of turning sets of data into HTML tables. It has native support fo

    Jan Pieter Waagmeester 1.6k Jan 03, 2023
    Application made in Django to generate random passwords as based on certain criteria .

    PASSWORD GENERATOR Welcome to Password Generator About The App Password Generator is an Open Source project brought to you by Iot Lab,KIIT and it brin

    IoT Lab KIIT 3 Oct 21, 2021
    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
    Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.

    Cookiecutter Django Powered by Cookiecutter, Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly. Documentati

    Daniel Feldroy 10k Dec 31, 2022
    Full control of form rendering in the templates.

    django-floppyforms Full control of form rendering in the templates. Authors: Gregor Müllegger and many many contributors Original creator: Bruno Renié

    Jazzband 811 Dec 01, 2022
    Send logs to RabbitMQ from Python/Django.

    python-logging-rabbitmq Logging handler to ships logs to RabbitMQ. Compatible with Django. Installation Install using pip. pip install python_logging_

    Alberto Menendez Romero 38 Nov 17, 2022