[Python-modules-commits] [python-django-otp] 05/09: Add dependencies to INSTALLED_APPS for sphinx autodoc.

Michael Fladischer fladi at moszumanska.debian.org
Tue Jun 20 08:15:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository python-django-otp.

commit 6092842c5275caa50bc3040cab4b2284d17bb3ef
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Wed Mar 1 08:59:24 2017 +0100

    Add dependencies to INSTALLED_APPS for sphinx autodoc.
---
 docs/source/conf.py | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 652345c..a97d8cc 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -44,7 +44,16 @@ django.conf.settings.configure(
             'ENGINE': 'django.db.backends.sqlite3',
             'NAME': '/tmp/django_otp.sqlite',
         }
-    }
+    },
+    INSTALLED_APPS=[
+        'django.contrib.auth',
+        'django.contrib.contenttypes',
+        'django_otp',
+        'django_otp.plugins.otp_email',
+        'django_otp.plugins.otp_static',
+        'django_otp.plugins.otp_totp',
+        'django_otp.plugins.otp_hotp',
+    ]
 )
 
 django.setup()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-otp.git



More information about the Python-modules-commits mailing list