Files
CyberPanel/filemanager/apps.py

9 lines
123 B
Python
Raw Normal View History

2017-12-09 22:30:10 +05:00
# -*- coding: utf-8 -*-
2019-12-10 15:09:10 +05:00
2017-12-09 22:30:10 +05:00
from django.apps import AppConfig
class FilemanagerConfig(AppConfig):
name = 'filemanager'