mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2024-11-27 04:13:02 +00:00
6 lines
83 B
Python
6 lines
83 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class LogsConfig(AppConfig):
|
||
|
name = 'logs'
|