mirror of
https://github.com/niezhicheng/pveui.git
synced 2026-05-07 14:16:20 +08:00
10 lines
188 B
Python
10 lines
188 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class KnowledgeConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'apps.knowledge'
|
|
verbose_name = '知识库'
|
|
|
|
|