Refactor docker-compose.yml build context and add question review URL and view; create question_review.html template

This commit is contained in:
Ross
2025-10-27 09:47:35 +00:00
parent 4f72de6be9
commit 702b7b35a7
6 changed files with 29 additions and 3 deletions
+2
View File
@@ -108,6 +108,7 @@ if not DEBUG:
'rad.middleware.coep.COEPMiddleware'
)
ROOT_URLCONF = "rad.urls"
#default_loaders = [
@@ -332,6 +333,7 @@ CIMAR_PASSWORD = ""
CELERY_BROKER_URL = "redis://redis:6379"
CELERY_RESULT_BACKEND = "redis://redis:6379"
try:
from .settings_local import *
except ImportError as e: