1
0

Upload files to "/"

This commit is contained in:
2024-02-15 17:47:01 +00:00
commit b9794cdf72
5 changed files with 61 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
// 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": "runserver",
"type": "python",
"request": "launch",
"program": "/opt/netbox/netbox/manage.py",
"console": "integratedTerminal",
"justMyCode": true,
"args": [
"runserver", "0.0.0.0:8000"
]
}
]
}