translation and pagination to the new page regarding the job bank #132

Merged
Faheed merged 6 commits from frontend into main 2025-12-24 15:30:48 +03:00
3 changed files with 12 additions and 3 deletions
Showing only changes of commit 276d11f803 - Show all commits

View File

@ -209,9 +209,9 @@ ACCOUNT_LOGIN_ON_EMAIL_CONFIRMATION = True
ACCOUNT_FORMS = {"signup": "recruitment.forms.StaffSignupForm"}
MAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
EMAIL_HOST = "10.10.1.110"
EMAIL_PORT = 2225
# MAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
# EMAIL_HOST = "10.10.1.110"
# EMAIL_PORT = 2225
# EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
# EMAIL_HOST_PASSWORD = os.getenv("EMAIL_PASSWORD", "mssp.0Q0rSwb.zr6ke4n2k3e4on12.aHwJqnI")
@ -226,6 +226,15 @@ EMAIL_PORT = 2225
# EMAIL_PORT = '2525'
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = 'faheedk215@gmail.com' # Use your actual Gmail email address
EMAIL_HOST_PASSWORD = 'nfxf xpzo bpsb lqje' #
DEFAULT_FROM_EMAIL='faheedlearn@gmail.com'
# Crispy Forms Configuration
CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap5"
CRISPY_TEMPLATE_PACK = "bootstrap5"

BIN
ats-ERD.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 743 KiB

BIN
ats.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB