mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2024-11-26 22:07:09 +00:00
6 lines
85 B
Python
6 lines
85 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MediaConfig(AppConfig):
|
|
name = 'media'
|