command check - fix subscriber

This commit is contained in:
2025-01-26 19:59:16 +01:00
parent cc66878cf7
commit c13049a30f
20 changed files with 424 additions and 39 deletions

3
.vscode/launch.json vendored
View File

@@ -11,7 +11,8 @@
"type": "debugpy",
"request": "launch",
"args": [
"runserver"
"runserver",
"--noreload",
],
"django": true,
"autoStartBrowser": false,