recovery(new): add recovery app to create recovery links

This commit is contained in:
Langhammer, Jens
2019-10-10 14:05:16 +02:00
parent 3d8242be06
commit b9991465ee
8 changed files with 91 additions and 0 deletions

11
passbook/recovery/apps.py Normal file
View 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/'