Skip to content
View jlucasoliveira's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report jlucasoliveira

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. web_2020_1 web_2020_1 Public

    Projetos da disciplina de web

    JavaScript

  2. fastapi-learning fastapi-learning Public

    Python

  3. Auto schema on viewset without overr... Auto schema on viewset without override all methods
    1
    from typing import Callable, List, ClassVar, Union
    2
    from rest_framework.views import APIView
    3
    
                  
    4
    
                  
    5
    # Inspired on https://stackoverflow.com/q/64185352
  4. Hidden field to restrieve parent obj... Hidden field to restrieve parent object when use drf-nested-routers
    1
    from __future__ import annotations
    2
    
                  
    3
    from typing import Optional, Type
    4
    
                  
    5
    from django.db.models import Model
  5. django-reddit-challenge django-reddit-challenge Public

    Forked from JungleDevs/django-reddit-challenge

    In this challenge, we will learn the core concepts related to Backend development using Django, along with other tools. Studied concepts are: Python, Django, RESTful APIs.

    Python