Files
CyberPanel/filemanager/apps.py
Usman Nasir 5e7aeeb597 p3
2019-12-10 15:09:10 +05:00

9 lines
123 B
Python
Executable File

# -*- coding: utf-8 -*-
from django.apps import AppConfig
class FilemanagerConfig(AppConfig):
name = 'filemanager'