From 849121a722c0d157eeeb9a115c5a509a10da0e25 Mon Sep 17 00:00:00 2001 From: Haseeb ur Rehman Date: Mon, 3 Aug 2020 03:41:15 +0500 Subject: [PATCH] quick fix to make the docs work on local --- {{cookiecutter.project_slug}}/.envs/.local/.django | 1 + 1 file changed, 1 insertion(+) diff --git a/{{cookiecutter.project_slug}}/.envs/.local/.django b/{{cookiecutter.project_slug}}/.envs/.local/.django index 919f31185..2b9888926 100644 --- a/{{cookiecutter.project_slug}}/.envs/.local/.django +++ b/{{cookiecutter.project_slug}}/.envs/.local/.django @@ -7,6 +7,7 @@ IPYTHONDIR=/app/.ipython # Redis # ------------------------------------------------------------------------------ REDIS_URL=redis://redis:6379/0 +CELERY_BROKER_URL=REDIS_URL # Celery # ------------------------------------------------------------------------------