Add site map

This commit is contained in:
2025-06-15 15:41:17 +01:00
parent 3b96c59bcf
commit 4e860d14e6
9 changed files with 83 additions and 1 deletions

9
debug_local.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash --noprofile
run() {
python3 src/projects.wsgi || run
}
export DISCORD_ERR_HOOK='dummy'
run
unset DISCORD_ERR_HOOK