mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 09:46:11 +01:00
Email Marketing as a plugin
This commit is contained in:
10
emailMarketing/apps.py
Normal file
10
emailMarketing/apps.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class EmailmarketingConfig(AppConfig):
|
||||
name = 'emailMarketing'
|
||||
def ready(self):
|
||||
import signals
|
||||
Reference in New Issue
Block a user