Files
CyberPanel/filemanager/apps.py

9 lines
162 B
Python
Raw Normal View History

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