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>
This commit is contained in:
Paul Eggleton 2018-02-28 11:32:56 +13:00
parent 24960bb7be
commit 6f34b7fce7
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,2 @@
default_app_config = 'rrs.apps.RecipeReportingSystemConfig'

6
rrs/apps.py Normal file
View File

@ -0,0 +1,6 @@
from django.apps import AppConfig
class RecipeReportingSystemConfig(AppConfig):
name = 'rrs'
verbose_name = 'Recipe Reporting System'