Files
CyberPanel/managePHP/apps.py
2017-10-24 19:16:36 +05:00

9 lines
158 B
Python

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