
    TL,h                     2    d dl mZ d dlmZ d dlmZmZ d Zy)    )settings)checks)TEST_PRIVATE_KEYTEST_PUBLIC_KEYc                     g }t        t        dt              }t        t        dt              }|t        k(  s	|t        k(  r(|j	                  t        j                  ddd      g       |S )NRECAPTCHA_PRIVATE_KEYRECAPTCHA_PUBLIC_KEYzRECAPTCHA_PRIVATE_KEY or RECAPTCHA_PUBLIC_KEY is making use of the Google test keys and will not behave as expected in a production environmentzUpdate settings.RECAPTCHA_PRIVATE_KEY and/or settings.RECAPTCHA_PUBLIC_KEY. Alternatively this check can be ignored by adding `SILENCED_SYSTEM_CHECKS = ['django_recaptcha.recaptcha_test_key_error']` to your settings file.z)django_recaptcha.recaptcha_test_key_error)hintid)getattrr   r   r   extendr   Error)app_configskwargserrorsprivate_key
public_keys        V/var/www/paragaon_website/venv/lib/python3.12/site-packages/django_recaptcha/checks.pyrecaptcha_key_checkr      sj    F($;=MNK#9?KJ&&**G..
 C
	
 M    N)django.confr   django.corer   django_recaptcha.constantsr   r   r    r   r   <module>r      s       Hr   