Update webhook page
This commit is contained in:
52
.vscode/launch.json
vendored
52
.vscode/launch.json
vendored
@ -1,28 +1,28 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Django: Runserver",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/manage.py",
|
||||
"args": [
|
||||
"runserver",
|
||||
"--nothreading"
|
||||
],
|
||||
"django": true,
|
||||
"justMyCode": true
|
||||
},
|
||||
{
|
||||
"name": "python manage.py scrape_twitch",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/manage.py",
|
||||
"args": [
|
||||
"scrape_twitch"
|
||||
],
|
||||
"django": true,
|
||||
"justMyCode": true
|
||||
}
|
||||
]
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Django: Runserver",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/manage.py",
|
||||
"args": [
|
||||
"runserver",
|
||||
"--nothreading"
|
||||
],
|
||||
"django": true,
|
||||
"justMyCode": true
|
||||
},
|
||||
{
|
||||
"name": "python manage.py scrape_twitch",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/manage.py",
|
||||
"args": [
|
||||
"scrape_twitch"
|
||||
],
|
||||
"django": true,
|
||||
"justMyCode": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
30
.vscode/settings.json
vendored
30
.vscode/settings.json
vendored
@ -1,17 +1,17 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"allauth",
|
||||
"appendonly",
|
||||
"asgiref",
|
||||
"forloop",
|
||||
"logdir",
|
||||
"memlock",
|
||||
"networkidle",
|
||||
"PGID",
|
||||
"PUID",
|
||||
"requirepass",
|
||||
"socialaccount",
|
||||
"ttvdrops",
|
||||
"ulimits"
|
||||
]
|
||||
"cSpell.words": [
|
||||
"allauth",
|
||||
"appendonly",
|
||||
"asgiref",
|
||||
"forloop",
|
||||
"logdir",
|
||||
"memlock",
|
||||
"networkidle",
|
||||
"PGID",
|
||||
"PUID",
|
||||
"requirepass",
|
||||
"socialaccount",
|
||||
"ttvdrops",
|
||||
"ulimits"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user