Skip to content
View lfgoulartdev's full-sized avatar
👨‍💻
Hey ya! Take it easy, I'm redoing my GitHub Repositories!
👨‍💻
Hey ya! Take it easy, I'm redoing my GitHub Repositories!

Highlights

  • Pro

Block or report lfgoulartdev

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 Loading

  1. My VSCode Settings My VSCode Settings
    1
    {
    2
        "breadcrumbs.enabled": false,
    3
        "editor.codeActionsOnSave": {
    4
            "source.fixAll.eslint": "explicit"
    5
        },
  2. My Pylint Settings for "pylint-django" My Pylint Settings for "pylint-django"
    1
    [MAIN]
    2
    
                  
    3
    # Analyse import fallback blocks. This can be used to support both Python 2 and
    4
    # 3 compatible code, which means that the block might have code that exists
    5
    # only in one or another interpreter, leading to false positives when analysed.
  3. TicTacToe-Online TicTacToe-Online Public

    Development of a multiplayer version of TicTacToe with Angular, Django, Rest-framework, Channels, PostgreSQL and Redis.

    Python

  4. DRF-Auth-Template DRF-Auth-Template Public

    This project is an initial template to develop projects using Django and Restframework, with APIs for authentication (Registration, Login and Logout) ready to use! Happy using!

    Python