[Python-modules-commits] [django-polymorphic] 10/17: Install django.contrib.contenttypes in sphinx documentation settings.
Michael Fladischer
fladi at moszumanska.debian.org
Mon Mar 6 12:51:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch experimental
in repository django-polymorphic.
commit e8bafe7f766b39662718df6185e775e8790538ce
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Mon Mar 6 12:34:10 2017 +0100
Install django.contrib.contenttypes in sphinx documentation settings.
---
docs/_ext/djangodummy/settings.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/_ext/djangodummy/settings.py b/docs/_ext/djangodummy/settings.py
index 414e9fa..849666a 100644
--- a/docs/_ext/djangodummy/settings.py
+++ b/docs/_ext/djangodummy/settings.py
@@ -9,3 +9,7 @@ STATIC_URL = '/static/'
# Avoid error for missing the secret key
SECRET_KEY = 'docs'
+
+INSTALLED_APPS = [
+ 'django.contrib.contenttypes',
+]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-polymorphic.git
More information about the Python-modules-commits
mailing list