g214/results/apps.py

10 lines
178 B
Python
Raw Normal View History

2018-08-20 08:21:25 +00:00
# coding:utf-8
from __future__ import unicode_literals
from django.apps import AppConfig
class ResultsConfig(AppConfig):
name = 'results'
verbose_name=u'研究成果'