Merge pull request #269 from fladi/documentation-contenttypes
Install django.contrib.contenttypes for docstrings.fix_request_path_info
commit
7b9c02b53a
|
|
@ -9,3 +9,7 @@ STATIC_URL = '/static/'
|
||||||
|
|
||||||
# Avoid error for missing the secret key
|
# Avoid error for missing the secret key
|
||||||
SECRET_KEY = 'docs'
|
SECRET_KEY = 'docs'
|
||||||
|
|
||||||
|
INSTALLED_APPS = [
|
||||||
|
'django.contrib.contenttypes',
|
||||||
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue