emailservice/mailer/apps.py
vickytechkey 663e3cdbd7
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 45s
Initial commit
2026-08-23 09:28:40 +05:30

5 lines
87 B
Python

from django.apps import AppConfig
class MailerConfig(AppConfig):
name = 'mailer'