Files
CyberPanel/emailMarketing/apps.py

11 lines
173 B
Python
Raw Normal View History

2018-10-17 23:20:02 +05:00
# -*- coding: utf-8 -*-
2019-12-10 15:09:10 +05:00
2018-10-17 23:20:02 +05:00
from django.apps import AppConfig
class EmailmarketingConfig(AppConfig):
name = 'emailMarketing'
def ready(self):
2019-12-12 08:46:07 +05:00
import signals