Skip to content
Snippets Groups Projects
Commit 4a60e533 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

docs/conf: point to an existing settings module

parent 43d06d96
No related branches found
No related tags found
No related merge requests found
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()
from swh.docs.sphinx.conf import * # NoQA
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment