Skip to content

Commit 695c82a

Browse files
Pbezerra-devrenzon
authored andcommitted
rename class app
1 parent 05153fd commit 695c82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonpro/email_marketing/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from django.apps import AppConfig
22

33

4-
class MailchimpConfig(AppConfig):
4+
class EmailMarketing(AppConfig):
55
name = 'pythonpro.email_marketing'

0 commit comments

Comments
 (0)