mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-02-11 15:01:19 +00:00
6 lines
87 B
Python
6 lines
87 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SearchConfig(AppConfig):
|
|
name = 'search'
|