Lemon sadness

This commit is contained in:
Joakim Hellsén 2024-05-20 04:34:51 +02:00
commit bfe90aa69d
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
52 changed files with 1564 additions and 2492 deletions

10
.vscode/launch.json vendored
View file

@ -11,6 +11,14 @@
"program": "${workspaceFolder}\\manage.py",
"args": ["runserver"],
"django": true
}
},
{
"name": "Python manage.py command",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}\\manage.py",
"args": ["update_feeds"],
"justMyCode": false
},
]
}