sot / kadi

Chandra commands and events
https://sot.github.io/kadi
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

fix warning #215

Closed javierggt closed 2 years ago

javierggt commented 2 years ago

Description

I am not sure yet that this is the right solution, but this is "a solution". What is your opinion?

When running regression tests, we get this warning:

WARNINGS:
?: (admin.W411) 'django.template.context_processors.request' must be enabled in DjangoTemplates (TEMPLATES) in order to use the admin navigation sidebar.

This PR does as the warning indicates and enables django.template.context_processors.request in settings, but we could also:

Testing

Fixes #