mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
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:
parent
24960bb7be
commit
6f34b7fce7
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
default_app_config = 'rrs.apps.RecipeReportingSystemConfig'
|
6
rrs/apps.py
Normal file
6
rrs/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
from django.apps import AppConfig
|
||||||
|
|
||||||
|
|
||||||
|
class RecipeReportingSystemConfig(AppConfig):
|
||||||
|
name = 'rrs'
|
||||||
|
verbose_name = 'Recipe Reporting System'
|
Loading…
Reference in New Issue
Block a user