[Python-modules-commits] [python-django-otp] 04/07: Call `django.setup()` to initialize app registry.
Michael Fladischer
fladi at moszumanska.debian.org
Sat Jul 22 13:30:40 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 79ad3d9a54984fd172f2e1bae8a5b62f0e635338
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Wed Mar 1 08:38:17 2017 +0100
Call `django.setup()` to initialize app registry.
---
docs/source/conf.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 0b183fa..ffeeddc 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -61,6 +61,8 @@ django.conf.settings.configure(
django.setup()
+django.setup()
+
def check_object_path(key, url, path):
if os.path.isfile(path):
return {key: (url, path)}
--
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