recovery(new): add recovery app to create recovery links
This commit is contained in:
11
passbook/recovery/apps.py
Normal file
11
passbook/recovery/apps.py
Normal file
@ -0,0 +1,11 @@
|
||||
"""passbook Recovery app config"""
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class PassbookRecoveryConfig(AppConfig):
|
||||
"""passbook Recovery app config"""
|
||||
|
||||
name = 'passbook.recovery'
|
||||
label = 'passbook_recovery'
|
||||
verbose_name = 'passbook Recovery'
|
||||
mountpoint = 'recovery/'
|
||||
Reference in New Issue
Block a user