Add captcha_factor
This commit is contained in:
9
passbook/captcha_factor/apps.py
Normal file
9
passbook/captcha_factor/apps.py
Normal 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'
|
||||
Reference in New Issue
Block a user