Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1from django.apps import AppConfig 

2from django.utils.translation import gettext_lazy as _ 

3 

4 

5class JaccConfig(AppConfig): 

6 name = 'jacc' 

7 verbose_name = _('Accounting')