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
    Use Database URLs in your Django Application.

    DJ-Database-URL This simple Django utility allows you to utilize the 12factor inspired DATABASE_URL environment variable to configure your Django appl

    Jacob Kaplan-Moss 1.3k Dec 30, 2022
    Django Persistent Filters is a Python package which provide a django middleware that take care to persist the querystring in the browser cookies.

    Django Persistent Filters Django Persistent Filters is a Python package which provide a django middleware that take care to persist the querystring in

    Lorenzo Prodon 2 Aug 05, 2022
    Django model mixins and utilities.

    django-model-utils Django model mixins and utilities. django-model-utils supports Django 2.2+. This app is available on PyPI. Getting Help Documentati

    Jazzband 2.4k Jan 04, 2023
    A simple polling app made in Django and Bootstrap

    DjangoPolls A Simple Polling app made with Django Instructions Make sure you have Python installed Step 1. Open a terminal Step 2. Paste the given cod

    Aditya Priyadarshi 1 Nov 10, 2021
    Fast / fuzzy PostgreSQL counts for Django

    Created by Stephen McDonald Introduction Up until PostgreSQL 9.2, COUNT queries generally required scanning every row in a database table. With millio

    stephenmcd 85 Oct 25, 2021
    Django With VueJS Blog App

    django-blog-vue-app frontend Project setup yarn install Compiles and hot-reload

    Flavien HUGS 2 Feb 04, 2022
    Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI

    martor Martor is a Markdown Editor plugin for Django, supported for Bootstrap & Semantic-UI. Features Live Preview Integrated with Ace Editor Supporte

    659 Jan 04, 2023
    Add a help desk or knowledge base to your Django project with only a few lines of boilerplate code.

    This project is no longer maintained. If you are interested in taking over the project, email Zapier 487 Dec 06, 2022

    django-reversion is an extension to the Django web framework that provides version control for model instances.

    django-reversion django-reversion is an extension to the Django web framework that provides version control for model instances. Requirements Python 3

    Dave Hall 2.8k Jan 02, 2023
    Simple alternative to Doodle polls and scheduling (Python 3, Django 3, JavaScript)

    What is jawanndenn? jawanndenn is a simple web application to schedule meetings and run polls, a libre alternative to Doodle. It is using the followin

    Sebastian Pipping 169 Jan 06, 2023
    Location field and widget for Django. It supports Google Maps, OpenStreetMap and Mapbox

    django-location-field Let users pick locations using a map widget and store its latitude and longitude. Stable version: django-location-field==2.1.0 D

    Caio Ariede 481 Dec 29, 2022
    The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

    The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries. An example o

    pytest-dev 9.6k Jan 06, 2023
    Developer-friendly asynchrony for Django

    Django Channels Channels augments Django to bring WebSocket, long-poll HTTP, task offloading and other async support to your code, using familiar Djan

    Django 5.5k Jan 06, 2023
    Realtime data read and write without page refresh using Ajax in Django.

    Realtime read-write with AJAX Hey,this is the basic implementation type of ajax realtime read write from the database. where you can insert or view re

    Mehedi Hasan 3 Dec 13, 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
    A pickled object field for Django

    django-picklefield About django-picklefield provides an implementation of a pickled object field. Such fields can contain any picklable objects. The i

    Gintautas Miliauskas 167 Oct 18, 2022
    A tool to automatically fix Django deprecations.

    A tool to help upgrade Django projects to newer version of the framework by automatically fixing deprecations. The problem When maintaining a Django s

    Bruno Alla 155 Dec 14, 2022
    Django application and library for importing and exporting data with admin integration.

    django-import-export django-import-export is a Django application and library for importing and exporting data with included admin integration. Featur

    2.6k Dec 26, 2022
    Plug and play continuous integration with django and jenkins

    django-jenkins Plug and play continuous integration with Django and Jenkins Installation From PyPI: $ pip install django-jenkins Or by downloading th

    Mikhail Podgurskiy 941 Oct 22, 2022
    Median and percentile for Django and MongoEngine

    Tailslide Median and percentile for Django and MongoEngine Supports: PostgreSQL SQLite MariaDB MySQL (with an extension) SQL Server MongoDB 🔥 Uses na

    Andrew Kane 4 Jan 15, 2022