25 Apr
2024
25 Apr
'24
11:05 p.m.
"Mark" == Mark Sapiro <mark@msapiro.net> writes:
Mark> On 4/25/24 14:01, Thomas Stein wrote:
Am 2024-04-25 22:03, schrieb Mark Sapiro:
I don't know how things are arranged in the Debian/Ubuntu package, but you may have a settings.py which at the end does something like
try: from settings_local import * except ImportError: pass
If that is the case, adding the above snippet to the end of settings_local.py should work.
This has been reported to Debian and is fixed upstream in the Debian repositories -- see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062707
It should hit a sefver soon, as it was uploaded yesterday. I don't know how soon after that it'll hit the Ubuntu repos.
Peter C