mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-18 05:22:06 +01:00
8 lines
145 B
Python
8 lines
145 B
Python
from __future__ import unicode_literals
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class FilemanagerAppConfig(AppConfig):
|
|
name = 'filemanager_app'
|