Add captcha_factor

This commit is contained in:
Jens Langhammer
2018-12-14 13:51:12 +01:00
parent c4cd602fcb
commit 196be4b3b0
8 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,9 @@
"""passbook captcha app"""
from django.apps import AppConfig
class PassbookCaptchaFactorConfig(AppConfig):
"""passbook captcha app"""
name = 'passbook.captcha_factor'
label = 'passbook_captcha_factor'