Files
ConfigServerBackups/csf/cyberpanel/configservercsf/apps.py

11 lines
214 B
Python
Raw Normal View History

2025-08-28 15:15:56 +01:00
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.apps import AppConfig
class configservercsfConfig(AppConfig):
name = 'configservercsf'
def ready(self):
import signals