one more try

This commit is contained in:
matthewswspence 2025-01-30 15:31:30 -06:00
parent 0fd76d0409
commit 25b95d6794
No known key found for this signature in database
GPG key ID: FB458202A7852BA4

View file

@ -607,7 +607,7 @@ LOGGING = {
}, },
# Our app! # Our app!
"registrar": { "registrar": {
"handlers": ["console"], "handlers": django_handlers,
"level": "DEBUG", "level": "DEBUG",
"propagate": False, "propagate": False,
}, },