Add more info to captured email table and allow csv upload (#1998)

This commit is contained in:
Greg Kaleka
2025-12-01 14:00:17 -05:00
committed by GitHub
parent 69a652d066
commit 34503e6101
6 changed files with 124 additions and 3 deletions

View File

@@ -75,6 +75,7 @@ INSTALLED_APPS += [
"health_check.db",
"health_check.contrib.celery",
"imagekit",
"import_export",
"django_countries",
# Allows authentication for Mailman
"oauth2_provider",