mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Add Django AppConfig
This commit is contained in:
9
anymail/apps.py
Normal file
9
anymail/apps.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class AnymailBaseConfig(AppConfig):
|
||||
name = 'anymail'
|
||||
verbose_name = "Anymail"
|
||||
|
||||
def ready(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user