feat: add location deduplication

This commit is contained in:
2025-05-23 18:13:23 +02:00
parent c50e0b18b5
commit 19d9dea8b1
4 changed files with 41 additions and 4 deletions

View File

@@ -60,6 +60,10 @@ LOGGING = {
'handlers': ['console'],
'level': APP_LOG_LEVEL,
},
'django_super_deduper': {
'handlers': ['console'],
'level': 'DEBUG',
},
},
}