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