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