layerindex-web/rrs/apps.py
Paul Eggleton 6f34b7fce7 rrs: show full name in admin
It's neater to show "Recipe Reporting System" instead of "Rrs".

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2018-05-04 23:57:52 +12:00

7 lines
144 B
Python

from django.apps import AppConfig
class RecipeReportingSystemConfig(AppConfig):
name = 'rrs'
verbose_name = 'Recipe Reporting System'