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=*