Files
CyberPanel/CLManager/apps.py

9 lines
119 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
2019-12-10 15:09:10 +05:00
from django.apps import AppConfig
class ClmanagerConfig(AppConfig):
name = 'CLManager'