update to apps.py

This commit is contained in:
Raymond Jessop 2025-04-18 14:41:37 -05:00
parent 4a2e9342ea
commit c0b71c4060
1 changed files with 2 additions and 1 deletions

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'