We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05153fd commit 695c82aCopy full SHA for 695c82a
pythonpro/email_marketing/apps.py
@@ -1,5 +1,5 @@
1
from django.apps import AppConfig
2
3
4
-class MailchimpConfig(AppConfig):
+class EmailMarketing(AppConfig):
5
name = 'pythonpro.email_marketing'
0 commit comments