We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca4439 commit 9704fdcCopy full SHA for 9704fdc
1 file changed
ESSArch_TA/docs/conf.py
@@ -41,7 +41,6 @@
41
# documentation root, use os.path.abspath to make it absolute, like shown here.
42
# sys.path.insert(0, os.path.abspath('.'))
43
44
-import django
45
import inspect
46
import os
47
import sys
@@ -53,8 +52,6 @@
53
52
54
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'config.settings')
55
56
-django.setup()
57
-
58
# Stop Django from executing DB queries
59
from django.db.models.query import QuerySet # noqa
60
QuerySet.__repr__ = lambda self: self.__class__.__name__
0 commit comments