8 lines
140 B
Python
8 lines
140 B
Python
# _*_ coding:utf-8 _*_
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class BlogConfig(AppConfig):
|
|
name = 'blog'
|
|
verbose_name = '博客信息'
|