Merge pull request #269 from fladi/documentation-contenttypes

Install django.contrib.contenttypes for docstrings.
fix_request_path_info
Diederik van der Boor 2017-04-06 14:14:57 +02:00 committed by GitHub
commit 7b9c02b53a
1 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,7 @@ STATIC_URL = '/static/'
# Avoid error for missing the secret key
SECRET_KEY = 'docs'
INSTALLED_APPS = [
'django.contrib.contenttypes',
]