mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 03:49:10 +02:00

It's neater to show "Recipe Reporting System" instead of "Rrs". Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
7 lines
144 B
Python
7 lines
144 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class RecipeReportingSystemConfig(AppConfig):
|
|
name = 'rrs'
|
|
verbose_name = 'Recipe Reporting System'
|