[Python-modules-commits] [python-django-otp] 05/08: Add dependencies to INSTALLED_APPS for sphinx autodoc.
Michael Fladischer
fladi at moszumanska.debian.org
Fri May 12 19:58:55 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 7a173ca1d81d67d579de0a219389e2766ddb4609
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 b628097..c3cf322 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