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