mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
7 lines
157 B
Python
7 lines
157 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class WagtailAPIAppConfig(AppConfig):
|
|
name = 'wagtail.api'
|
|
label = 'wagtailapi'
|
|
verbose_name = "Wagtail API"
|