From 148db8a432233a3df98244e9c46ce5fdd5716c20 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont <nicolas@dandrimont.eu> Date: Fri, 15 Sep 2017 16:13:04 +0200 Subject: [PATCH] docs/conf: point to new swh-web settings module Works around T763 until a generic solution is found --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index dcbbefda..89db2214 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -5,5 +5,5 @@ from swh.docs.sphinx.conf import * # NoQA # every module that uses the common Sphinx configuration. import os import django -os.environ.setdefault("DJANGO_SETTINGS_MODULE", "swh.web.settings") +os.environ.setdefault("DJANGO_SETTINGS_MODULE", "swh.web.settings.development") django.setup() -- GitLab