deploy login & reCaptcha

This commit is contained in:
2025-05-04 15:24:28 +03:30
parent 3ab3fa2d13
commit 70fa849840
36 changed files with 494 additions and 5 deletions

6
apps/captcha_app/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class CaptchaAppConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.captcha_app'