Add series images endpoint and template for HTMX integration

This commit is contained in:
Ross
2025-12-01 14:50:11 +00:00
parent e9a04e823c
commit 590e0b76ed
5 changed files with 378 additions and 309 deletions
+3 -1
View File
@@ -117,4 +117,6 @@ SECURE_HSTS_SECONDS = 0
CSRF_TRUSTED_ORIGINS = [
"http://127.0.0.1:8000",
"http://localhost:8000",
]
]
REMOTE_URL = "http://127.0.0.1:8000"