Refactor docker-compose.yml build context and add question review URL and view; create question_review.html template
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user