Merge pull request #269 from fladi/documentation-contenttypes

Install django.contrib.contenttypes for docstrings.
This commit is contained in:
Diederik van der Boor
2017-04-06 14:14:57 +02:00
committed by GitHub
+4
View File
@@ -9,3 +9,7 @@ STATIC_URL = '/static/'
# Avoid error for missing the secret key
SECRET_KEY = 'docs'
INSTALLED_APPS = [
'django.contrib.contenttypes',
]