Install django.contrib.contenttypes for docstrings.
This is merely cosmetic to avoid Django warning because of `django.contrib.contenttypes` being referenced but not an installed app.
This commit is contained in:
@@ -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',
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user