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 simple app that provides django integration for RQ (Redis Queue)

    Django-RQ Django integration with RQ, a Redis based Python queuing library. Django-RQ is a simple app that allows you to configure your queues in djan

    RQ 1.6k Jan 06, 2023
    Twitter Bootstrap for Django Form

    Django bootstrap form Twitter Bootstrap for Django Form. A simple Django template tag to work with Bootstrap Installation Install django-bootstrap-for

    tzangms 557 Oct 19, 2022
    Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion.

    Django Cleanup Features The django-cleanup app automatically deletes files for FileField, ImageField and subclasses. When a FileField's value is chang

    Ilya Shalyapin 838 Dec 30, 2022
    Django Fett is an incomplete code generator used on several projects

    Django Fett Django Fett is an incomplete code generator used on several projects. This is an attempt to clean it up and make it public for consumption

    Jeff Triplett 6 Dec 31, 2021
    A Django backed for PostgreSQL using Psycopg 3

    A Django backend for PostgreSQL using Psycopg 2 The backend passes the entire Django test suite, but it needs a few modifications to Django and to i

    Daniele Varrazzo 42 Dec 16, 2022
    django-quill-editor makes Quill.js easy to use on Django Forms and admin sites

    django-quill-editor django-quill-editor makes Quill.js easy to use on Django Forms and admin sites No configuration required for static files! The ent

    lhy 139 Dec 05, 2022
    A app for managing lessons with Django

    Course Notes A app for managing lessons with Django Some Ideas

    Motahhar.Mokfi 6 Jan 28, 2022
    Django datatables with htmx.

    Django datatables with htmx.

    Regis Santos 7 Oct 23, 2022
    Automatic caching and invalidation for Django models through the ORM.

    Cache Machine Cache Machine provides automatic caching and invalidation for Django models through the ORM. For full docs, see https://cache-machine.re

    846 Nov 26, 2022
    An URL Shortener with Basic Features.

    Simple Url Shortener What is that? Yet another url shortener built with Django framework. Preview HOW TO RUN? 1. Virtual Environment First create a vi

    Ethem Turgut 6 Jan 25, 2022
    File and Image Management Application for django

    Django Filer django Filer is a file management application for django that makes handling of files and images a breeze. Contributing This is a an open

    django CMS Association 1.6k Dec 28, 2022
    pytest-django allows you to test your Django project/applications with the pytest testing tool.

    pytest-django allows you to test your Django project/applications with the pytest testing tool.

    pytest-dev 1.1k Dec 14, 2022
    Store model history and view/revert changes from admin site.

    django-simple-history django-simple-history stores Django model state on every create/update/delete. This app supports the following combinations of D

    Jazzband 1.8k Jan 06, 2023
    Use watchfiles in Django’s autoreloader.

    django-watchfiles Use watchfiles in Django’s autoreloader. Requirements Python 3.7 to 3.10 supported. Django 2.2 to 4.0 supported. Installation Instal

    Adam Johnson 43 Dec 14, 2022
    Drf-stripe-subscription - An out-of-box Django REST framework solution for payment and subscription management using Stripe

    Drf-stripe-subscription - An out-of-box Django REST framework solution for payment and subscription management using Stripe

    Oscar Y Chen 68 Jan 07, 2023
    Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.

    Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards in settings file paths and mark setti

    Nikita Sobolev 940 Jan 03, 2023
    A blog app powered by python-django

    Django_BlogApp This is a blog app powered by python-django Features Add and delete blog post View someone else blog Can add comment to that blog And o

    Manish Jalui 1 Sep 12, 2022
    Учебное пособие по основам Django и сопутствующим технологиям

    Учебный проект для закрепления основ Django Подробный разбор проекта здесь. Инструкция по запуску проекта на своей машине: Скачиваем репозиторий Устан

    Stanislav Garanzha 12 Dec 30, 2022
    A Minimalistic Modern Django Boilerplate

    A Minimalistic Modern Django Boilerplate This boilerplate is mainly for educational purposes. It is meant to be cloned as a starter code for future tu

    Jonathan Adly 21 Nov 02, 2022
    Run Django tests with testcontainers.

    django-rdtwt (Run Django Tests With Testcontainers) This targets users who wish to forget setting up a database for tests. There's no manually startin

    2 Jan 09, 2022