mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-06 20:30:45 +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'
|