On `django 1.11.5`: The following error is shown with runserver: ``` AttributeError: module 'django.conf.global_settings' has no attribute 'TEMPLATE_CONTEXT_PROCESSORS' ``` So I left it out as it was apparently [deprecated in django 1.8 and removed in 1.10](https://stackoverflow.com/questions/41487104/attributeerror-settings-object-has-no-attribute-template-context-processors) Now I get a `Direct state modification is not allowed` error, when using the buttons provided on admin.