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