update to apps.py
This commit is contained in:
parent
4a2e9342ea
commit
c0b71c4060
|
@ -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'
|
Loading…
Reference in New Issue