Use FastAPI instead of Django
This commit is contained in:
parent
bfe90aa69d
commit
b462be40af
43 changed files with 1105 additions and 1688 deletions
36
.vscode/launch.json
vendored
36
.vscode/launch.json
vendored
|
|
@ -1,24 +1,16 @@
|
|||
{
|
||||
// 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 Debugger: Django",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"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
|
||||
},
|
||||
]
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python Debugger: FastAPI",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"module": "uvicorn",
|
||||
"args": [
|
||||
"app.main:app",
|
||||
"--reload"
|
||||
],
|
||||
"jinja": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"cSpell.words": [
|
||||
"aiofiles",
|
||||
"airbox",
|
||||
"Aiur",
|
||||
"arcor",
|
||||
|
|
@ -60,6 +61,7 @@
|
|||
"mmcdole",
|
||||
"Monero",
|
||||
"myfritz",
|
||||
"naturalsize",
|
||||
"nyaa",
|
||||
"Nyanpasu",
|
||||
"Omnis",
|
||||
|
|
@ -77,6 +79,7 @@
|
|||
"psql",
|
||||
"PUID",
|
||||
"Rawr",
|
||||
"referer",
|
||||
"regexes",
|
||||
"Retour",
|
||||
"Roboto",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue