Revision 795e2ab33b1c27d8ad63ff5aac797389e696d655 authored by Antoine R. Dumont (@ardumont) on 04 December 2017, 17:59:50 UTC, committed by Antoine R. Dumont (@ardumont) on 04 December 2017, 17:59:50 UTC
2 parent s 85257e6 + ef1d0ba
Raw File
conf.py
import os
import django

os.environ.setdefault("DJANGO_SETTINGS_MODULE",
                      "swh.deposit.settings.development")
django.setup()

from swh.docs.sphinx.conf import *  # NoQA
back to top