mirror of
https://github.com/QingdaoU/Spirit.git
synced 2024-12-29 16:02:04 +00:00
13 lines
226 B
Python
13 lines
226 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class SpiritTopicConfig(AppConfig):
|
|
|
|
name = 'spirit.topic'
|
|
verbose_name = "Spirit Topic"
|
|
label = 'spirit_topic'
|