迁移

{

    // Use IntelliSense to learn about possible attributes.

    // Hover to view descriptions of existing attributes.

    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387

    "version": "0.2.0",

    "configurations": [

        {

            "name": "Python: 当前文件",

            "type": "python",

            "request": "launch",

            "program": "${file}",

            "console": "integratedTerminal"

        },

        {

            "name": "Python: Django",

            "type": "python",

            "request": "launch",

            "program": "${workspaceFolder}\\manage.py",

            "args": [

                "runserver",

                "0.0.0.0:8036",

                "--noreload"

            ],

            "django": true,

            "justMyCode": false,

        }

    ]

}

{

    "python.pythonPath": "D:\\shen\\python\\PythonWebDev\\web_develop\\DRF\\tianshu\\venvs\\data_dict_venv3.7\\Scripts\\python.exe",

    // "python.formatting.provider": "autopep8",

    "python.linting.pylintArgs": [

        "--load-plugins",

        "pylint_django",

    ],

    "python.linting.pylintEnabled": true,

    "python.linting.enabled": true,

    "git.ignoreLimitWarning": true

}

{

    // Use IntelliSense to learn about possible attributes.

    // Hover to view descriptions of existing attributes.

    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387

    "version": "0.2.0",

    "configurations": [

        {

            "name": "Python: 当前文件",

            "type": "python",

            "request": "launch",

            "program": "${file}",

            "console": "integratedTerminal"

        },

        {

            "name": "Python: Django",

            "type": "python",

            "request": "launch",

            "program": "${workspaceFolder}\\manage.py",

            "args": [

                "runserver",

                "0.0.0.0:8036",

                "--noreload"

            ],

            "django": true,

            "justMyCode": false,

        }

    ]

}

{

    "name": "My Server",

    "host": "10.1.252.30",

    "protocol": "sftp",

    "port": 22,

    "username": "root",

    "password": "CYsdIYrh",

    "remotePath": "/shen/isp_manager",

    "uploadOnSave": true,

    "ignore":[

        ".vscode",

        ".git",

        ".DS_Store",

        "**/.data_dict_venv3.7/**",

        "db.sqlite3",

        "*.log",

        "files",

        "__pycache__",

        "/files"

    ]

}

[global]

index-url = http://pypi.douban.com/simple/

trusted-host = pypi.douban.com            #添加豆瓣源为可信主机,要不然可能报错

disable-pip-version-check = true          #取消pip版本检查,排除每次都报最新的pip

#index-url = http://10.1.252.30:8081/repository/pypi/packages

#index-url = https://pypi.tuna.tsinghua.edu.cn/simple

[install]

#trusted-host=mirrors.aliyun.com

trusted-host=10.1.252.30

appdirs==1.4.3
APScheduler==3.6.3
astroid==2.3.1
autopep8==1.4.4
bcrypt==3.1.7
certifi==2019.9.11
cffi==1.13.2
chardet==3.0.4
colorama==0.4.1
cryptography==2.8
distlib==0.3.0
Django==2.2.3
django-cors-headers==3.1.1
django-filter==2.2.0
django-js-asset==1.2.2
django-mptt==0.9.0
django-mysql==3.2.0
django-redis==4.11.0
djangorestframework==3.10.0
entrypoints==0.3
filelock==3.0.12
flake8==3.7.9
future==0.18.2
httpie==1.0.3
idna==2.8
importlib-metadata==1.5.0
isort==4.3.21
kafka-python==2.0.1
lazy-object-proxy==1.4.2
mccabe==0.6.1
mysqlclient==1.4.4
netmiko==2.4.2
packaging==20.3
paramiko==2.6.0
pluggy==0.13.1
psutil==5.6.5
py==1.8.1
pyasn1==0.4.7
pyasn1-modules==0.2.7
pycodestyle==2.5.0
pycparser==2.19
pyflakes==2.1.1
Pygments==2.4.2
PyJWT==1.7.1
pylint==2.4.2
pylint-django==2.0.11
pylint-plugin-utils==0.6
PyMySQL==0.9.3
PyNaCl==1.3.0
pyparsing==2.4.6
pyserial==3.4
pytz==2019.3
PyYAML==5.1.2
redis==3.4.1
requests==2.22.0
scp==0.13.2
six==1.14.0
sqlparse==0.3.0
textfsm==1.1.0
toml==0.10.0
tox==3.14.5
typed-ast==1.4.0
tzlocal==2.0.0
urllib3==1.25.6
virtualenv==20.0.10
wrapt==1.11.1
yapf==0.28.0
zipp==3.1.0
 

{

    // Use IntelliSense to learn about possible attributes.

    // Hover to view descriptions of existing attributes.

    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387

    "version": "0.2.0",

    "configurations": [

        {

            "name": "Python: 当前文件",

            "type": "python",

            "request": "launch",

            "program": "${file}",

            "console": "integratedTerminal"

        },

        {

            "name": "Python: Django",

            "type": "python",

            "request": "launch",

            "program": "${workspaceFolder}\\manage.py",

            "args": [

                "runserver",

                "0.0.0.0:8036",

                "--noreload"

            ],

            "django": true,

            "justMyCode": false,

        }

    ]

}

{

    "python.pythonPath": "D:\\shen\\python\\PythonWebDev\\web_develop\\DRF\\tianshu\\venvs\\data_dict_venv3.7\\Scripts\\python.exe",

    // "python.formatting.provider": "autopep8",

    "python.linting.pylintArgs": [

        "--load-plugins",

        "pylint_django",

    ],

    "python.linting.pylintEnabled": true,

    "python.linting.enabled": true,

    "git.ignoreLimitWarning": true

}

{

    "name": "My Server",

    "host": "10.1.252.30",

    "protocol": "sftp",

    "port": 22,

    "username": "root",

    "password": "CYsdIYrh",

    "remotePath": "/shen/isp_manager",

    "uploadOnSave": true,

    "ignore":[

        ".vscode",

        ".git",

        ".DS_Store",

        "**/.data_dict_venv3.7/**",

        "db.sqlite3",

        "*.log",

        "files",

        "__pycache__",

        "/files"

    ]

}

发布了105 篇原创文章 · 获赞 33 · 访问量 3万+

猜你喜欢

转载自blog.csdn.net/github_38596081/article/details/105002464