*(minor): small refactor
This commit is contained in:
11
passbook/policies/matcher/apps.py
Normal file
11
passbook/policies/matcher/apps.py
Normal file
@ -0,0 +1,11 @@
|
||||
"""passbook Matcher policy app config"""
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class PassbookPoliciesMatcherConfig(AppConfig):
|
||||
"""passbook Matcher policy app config"""
|
||||
|
||||
name = 'passbook.policies.matcher'
|
||||
label = 'passbook_policies_matcher'
|
||||
verbose_name = 'passbook Policies.Matcher'
|
Reference in New Issue
Block a user