update to apps.py

This commit is contained in:
2025-04-18 14:41:37 -05:00
parent 4a2e9342ea
commit c0b71c4060

View File

@@ -2,6 +2,7 @@ from django.apps import AppConfig
class DjangoAwsSesBackendConfig(AppConfig):
"""Configuration for the Django AWS SES email backend app."""
default_auto_field = 'django.db.models.BigAutoField'
name = 'django_aws_ses'
verbose_name = 'Django AWS SES'
verbose_name = 'AWS SES Email Backend'