Files
CyberPanel/ipManagement/apps.py
2018-09-10 01:45:43 +05:00

9 lines
164 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.apps import AppConfig
class IpmanagementConfig(AppConfig):
name = 'ipManagement'