GithubHelp home page GithubHelp logo

django-5's Introduction

django-5

VS-Code Configs

Create a folder named is to .vscode and add some files below:

  • Create a file name "settings.json" for config vscode.
{
    "better-comments.highlightPlainText": true,
    "autoimport.autoComplete": true,
    "bladeFormatter.format.enabled": true,
    "donjayamanne.python-extension-pack": true,
    "blade.format.enable": false,
    "editorconfig.generateAuto": false,
    "indentRainbow.colorOnWhiteSpaceOnly": true,
    "sonarlint.connectedMode.project": {
        "connectionId": "https-sonar-wingmoney-com-9000",
        "projectKey": "wing_digital_api"
    }
}
  • Create a file name "launch.json" fo launch services and bug.
    {
    "version": "0.2.0",
    "configurations": [
        {
            "name": "api debug",
            "type": "debugpy",
            "request": "launch",
            "program": "${workspaceFolder}\\manage.py",
            "args": [
                "runserver"
            ],
            "django": true,
            "justMyCode": true
        },
        {
            "name": "api service",
            "command": "venv && py manage.py runserver",
            "request": "launch",
            "type": "node-terminal"
        },
        {
            "name": "web service",
            "command": "cd /d/wingdigital/wing_digital_web && npm run dev",
            "request": "launch",
            "type": "node-terminal"
        },
        {
            "name": "web dev",
            "command": "cd /d/wingdigital/wing_digital_web && git checkout dev && git fetch --prune && git pull && npm run ilc",
            "request": "launch",
            "type": "node-terminal"
        },
        {
            "name": "web uat",
            "command": "cd /d/wingdigital/wing_digital_web && git checkout uat && git fetch --prune && git pull && npm run ilc",
            "request": "launch",
            "type": "node-terminal"
        },
        {
            "name": "web master",
            "command": "cd /d/wingdigital/wing_digital_web && git checkout master && git fetch --prune && git pull && npm run ilc",
            "request": "launch",
            "type": "node-terminal"
        }
    ]
}
  • Create a file name "extensions.json" for recommendation extensions.
{
    "recommendations": [
        "aaron-bond.better-comments",
        "donjayamanne.python-extension-pack",
        "steoates.autoimport",
        "alefragnani.bookmarks",
        "streetsidesoftware.code-spell-checker",
        "dracula-theme.theme-dracula",
        "oderwat.indent-rainbow",
        "visualstudioexptteam.vscodeintellicode",
        "visualstudioexptteam.intellicode-api-usage-examples",
        "alexcvzz.vscode-sqlite",
        "cardinal90.multi-cursor-case-preserve",
        "njpwerner.autodocstring",
        "pkief.material-icon-theme",
        "ms-python.vscode-pylance",
        "ms-python.debugpy",
        "donjayamanne.python-environment-manager",
        "kevinrose.vsc-python-indent",
        "sonarsource.sonarlint-vscode",
        "ms-python.black-formatter",
        "batisteo.vscode-django",
        "usernamehw.errorlens",
        "eamodio.gitlens",
        "yzhang.markdown-all-in-one",
        "rangav.vscode-thunder-client",
        "wholroyd.jinja"
    ]
}

django-5's People

Contributors

vichethai avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.