6 lines
153 B
Python
6 lines
153 B
Python
from django.apps import AppConfig
|
|
|
|
class ContentConfig(AppConfig):
|
|
name = 'apps.content'
|
|
verbose_name = 'คลังเนื้อหา'
|