mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-25 09:04:48 +00:00
7 lines
184 B
Python
7 lines
184 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class WagtailSearchTestsAppConfig(AppConfig):
|
|
name = 'wagtail.tests.search'
|
|
label = 'searchtests'
|
|
verbose_name = "Wagtail search tests"
|