mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 23:17:07 +00:00
GPL v3 Release
This commit is contained in:
10
csf/cyberpanel/configservercsf/apps.py
Normal file
10
csf/cyberpanel/configservercsf/apps.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
class configservercsfConfig(AppConfig):
|
||||
name = 'configservercsf'
|
||||
|
||||
def ready(self):
|
||||
import signals
|
||||
Reference in New Issue
Block a user