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