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
    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
    🔥 Campus-Run Django Server🔥

    🏫 Campus-Run Campus-Run is a 3D racing game set on a college campus. Designed this service to comfort university students who are unable to visit the

    Youngkwon Kim 1 Feb 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
    Django Query Capture can check the query situation at a glance, notice slow queries, and notice where N+1 occurs.

    django-query-capture Overview Django Query Capture can check the query situation at a glance, notice slow queries, and notice where N+1 occurs. Some r

    GilYoung Song 80 Nov 22, 2022
    Per object permissions for Django

    django-guardian django-guardian is an implementation of per object permissions [1] on top of Django's authorization backend Documentation Online docum

    3.3k Jan 04, 2023
    Set the draft security HTTP header Permissions-Policy (previously Feature-Policy) on your Django app.

    django-permissions-policy Set the draft security HTTP header Permissions-Policy (previously Feature-Policy) on your Django app. Requirements Python 3.

    Adam Johnson 78 Jan 02, 2023
    Resolve form field arguments dynamically when a form is instantiated

    django-forms-dynamic Resolve form field arguments dynamically when a form is instantiated, not when it's declared. Tested against Django 2.2, 3.2 and

    DabApps 108 Jan 03, 2023
    Utilities for implementing a modified pre-order traversal tree in django.

    django-mptt Utilities for implementing Modified Preorder Tree Traversal with your Django Models and working with trees of Model instances. Project hom

    2.7k Jan 01, 2023
    Python port of Google's libphonenumber

    phonenumbers Python Library This is a Python port of Google's libphonenumber library It supports Python 2.5-2.7 and Python 3.x (in the same codebase,

    David Drysdale 3.1k Jan 08, 2023
    Simply integrate Summernote editor with Django project.

    django-summernote Summernote is a simple WYSIWYG editor. django-summernote allows you to embed Summernote into Django very handy. Support admin mixins

    Summernote 936 Jan 02, 2023
    Django datatables and widgets, both AJAX and traditional. Display-only ModelForms.

    Django datatables and widgets, both AJAX and traditional. Display-only ModelForms. ModelForms / inline formsets with AJAX submit and validation. Works with Django templates.

    Dmitriy Sintsov 132 Dec 14, 2022
    Create a netflix-like service using Django, React.js, & More.

    Create a netflix-like service using Django. Learn advanced Django techniques to achieve amazing results like never before.

    Coding For Entrepreneurs 67 Dec 08, 2022
    A Django app for working with BTCPayServer

    btcpay-django A Django app for working with BTCPayServer Installation pip install btcpay-django Developers Release To cut a release, run bumpversion,

    Crawford 3 Nov 20, 2022
    Adding Firebase Cloud Messaging Service into a Django Project

    Adding Firebase Cloud Messaging Service into a Django Project The aim of this repository is to provide a step-by-step guide and a basic project sample

    Seyyed Ali Ayati 11 Jan 03, 2023
    A Django Demo Project of Students Management System

    Django_StudentMS A Django Demo Project of Students Management System. From NWPU Seddon for DB Class Pre. Seddon simplify the code in 2021/10/17. Hope

    2 Dec 08, 2021
    A simple page with paypal payment and confiramtion in django

    django-paypal a simple page with paypal payment and confiramtion in django Youtube Video : Paypal Smart Button : https://developer.paypal.com/demo/che

    Mahmoud Ahmed 5 Feb 19, 2022
    Mobile Detect is a lightweight Python package for detecting mobile devices (including tablets).

    Django Mobile Detector Mobile Detect is a lightweight Python package for detecting mobile devices (including tablets). It uses the User-Agent string c

    Botir 6 Aug 31, 2022
    A simple trivia quizzz web app made using django

    Trivia Quizzz A simple trivia quizzz web app made using django Demo http://triviaquizzz.herokuapp.com/ & https://triviaquiz.redcrypt.xyz Features Goog

    Rachit Khurana 2 Feb 10, 2022
    A Django application that provides country choices for use with forms, flag icons static files, and a country field for models.

    Django Countries A Django application that provides country choices for use with forms, flag icons static files, and a country field for models. Insta

    Chris Beaven 1.2k Dec 31, 2022
    Use webpack to generate your static bundles without django's staticfiles or opaque wrappers.

    django-webpack-loader Use webpack to generate your static bundles without django's staticfiles or opaque wrappers. Django webpack loader consumes the

    2.4k Dec 24, 2022