Add admin hash search link and enhance uploads hash search functionality

This commit is contained in:
Ross
2026-03-18 20:57:29 +00:00
parent 8bbb6b741d
commit d313cd083c
5 changed files with 122 additions and 23 deletions
+7 -1
View File
@@ -10,6 +10,12 @@
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
"python.testing.pytestEnabled": true,
"chat.tools.terminal.autoApprove": {
"/^source \\.venv/bin/activate\\.fish && python manage\\.py check$/": {
"approve": true,
"matchCommandLine": true
}
}
}
}