6 lines
121 B
Python
6 lines
121 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class TreenodeConfig(AppConfig):
|
|
name = 'treenode'
|
|
verbose_name = 'TreeNody'
|