Files
CyberPanel/manageServices/apps.py

9 lines
129 B
Python
Raw Normal View History

2018-07-23 02:09:33 +05:00
# -*- coding: utf-8 -*-
2019-12-10 15:09:10 +05:00
2018-07-23 02:09:33 +05:00
from django.apps import AppConfig
class ManageservicesConfig(AppConfig):
name = 'manageServices'