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