From 20c530f669cc91691c13171e2d4e5ef0356375ff Mon Sep 17 00:00:00 2001 From: "R. Miles McCain" Date: Fri, 24 Apr 2020 14:09:37 -0400 Subject: [PATCH] Clarify guide settings --- GUIDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GUIDE.md b/GUIDE.md index 0147f4b..1289031 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -50,6 +50,8 @@ DB_PORT= DJANGO_SECRET_KEY= # Don't leak error details to visitors, very important DEBUG=False +# Unless you are using an external Celery task queue, make sure this +# is set to True. CELERY_TASK_ALWAYS_EAGER=True # For better security, set this to your deployment's domain. Comma separated. ALLOWED_HOSTS=* @@ -146,6 +148,8 @@ DB_PORT= DJANGO_SECRET_KEY= # Don't leak error details to visitors, very important DEBUG=False +# Unless you are using an external Celery task queue, make sure this +# is set to True. CELERY_TASK_ALWAYS_EAGER=True # For better security, set this to your deployment's domain. Comma separated. ALLOWED_HOSTS=*