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
    Returns unicode slugs

    Python Slugify A Python slugify application that handles unicode. Overview Best attempt to create slugs from unicode strings while keeping it DRY. Not

    Val Neekman (AvidCoder) 1.3k Dec 23, 2022
    APIs for a Chat app. Written with Django Rest framework and Django channels.

    ChatAPI APIs for a Chat app. Written with Django Rest framework and Django channels. The documentation for the http end points can be found here This

    Victor Aderibigbe 18 Sep 09, 2022
    A quick way to add React components to your Django templates.

    Django-React-Templatetags This django library allows you to add React (16+) components into your django templates. Features Include react components u

    Fröjd Agency 408 Jan 08, 2023
    Django backend of Helium's planner application

    Helium Platform Project Prerequisites Python (= 3.6) Pip (= 9.0) MySQL (= 5.7) Redis (= 3.2) Getting Started The Platform is developed using Pytho

    Helium Edu 17 Dec 14, 2022
    Simple web site for sharing your short stories and beautiful pictures

    Story Contest Simple web site for sharing your short stories and beautiful pictures.(Cloud computing first assignment) Clouds The table below shows cl

    Alireza Akhoundi 5 Jan 04, 2023
    Yet another Django audit log app, hopefully the simplest one.

    django-easy-audit Yet another Django audit log app, hopefully the easiest one. This app allows you to keep track of every action taken by your users.

    Natán 510 Jan 02, 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
    E-Commerce Platform

    Shuup Shuup is an Open Source E-Commerce Platform based on Django and Python. https://shuup.com/ Copyright Copyright (c) 2012-2021 by Shuup Commerce I

    Shuup 2k Jan 07, 2023
    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

    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
    A multiprocessing distributed task queue for Django

    A multiprocessing distributed task queue for Django Features Multiprocessing worker pool Asynchronous tasks Scheduled, cron and repeated tasks Signed

    Ilan Steemers 1.7k Jan 03, 2023
    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
    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
    Template for Django Project Using Docker

    You want a Django project who use Docker and Docker-compose for Development and for Production ? It's for you !

    1 Dec 17, 2021
    Cached file system for online resources in Python

    Minato Cache & file system for online resources in Python Features Minato enables you to: Download & cache online recsources minato supports the follo

    Yasuhiro Yamaguchi 10 Jan 04, 2023
    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 GUID attaches a unique correlation ID/request ID to all your log outputs for every request.

    Django GUID Now with ASGI support! Django GUID attaches a unique correlation ID/request ID to all your log outputs for every request. In other words,

    snok 300 Dec 29, 2022
    Book search Django web project that uses requests python library and openlibrary API.

    Book Search API Developer: Vladimir Vojtenko Book search Django web project that uses requests python library and openlibrary API. #requests #openlibr

    1 Dec 08, 2021
    Bringing together django, django rest framework, and htmx

    This is Just an Idea There is no code, this README just represents an idea for a minimal library that, as of now, does not exist. django-htmx-rest A l

    Jack DeVries 5 Nov 24, 2022