mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-05 04:46:07 +01:00
11 lines
173 B
Python
Executable File
11 lines
173 B
Python
Executable File
# -*- coding: utf-8 -*-
|
|
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class EmailmarketingConfig(AppConfig):
|
|
name = 'emailMarketing'
|
|
def ready(self):
|
|
import signals
|