10 lines
216 B
Python
10 lines
216 B
Python
|
"""passbook captcha app"""
|
||
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class PassbookCaptchaFactorConfig(AppConfig):
|
||
|
"""passbook captcha app"""
|
||
|
|
||
|
name = 'passbook.captcha_factor'
|
||
|
label = 'passbook_captcha_factor'
|