everything before pull on 21 dec
This commit is contained in:
parent
80791e5fa7
commit
276d11f803
@ -209,9 +209,9 @@ ACCOUNT_LOGIN_ON_EMAIL_CONFIRMATION = True
|
|||||||
ACCOUNT_FORMS = {"signup": "recruitment.forms.StaffSignupForm"}
|
ACCOUNT_FORMS = {"signup": "recruitment.forms.StaffSignupForm"}
|
||||||
|
|
||||||
|
|
||||||
MAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
|
# MAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
|
||||||
EMAIL_HOST = "10.10.1.110"
|
# EMAIL_HOST = "10.10.1.110"
|
||||||
EMAIL_PORT = 2225
|
# EMAIL_PORT = 2225
|
||||||
# EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
|
# EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
|
||||||
|
|
||||||
# EMAIL_HOST_PASSWORD = os.getenv("EMAIL_PASSWORD", "mssp.0Q0rSwb.zr6ke4n2k3e4on12.aHwJqnI")
|
# EMAIL_HOST_PASSWORD = os.getenv("EMAIL_PASSWORD", "mssp.0Q0rSwb.zr6ke4n2k3e4on12.aHwJqnI")
|
||||||
@ -226,6 +226,15 @@ EMAIL_PORT = 2225
|
|||||||
# EMAIL_PORT = '2525'
|
# 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 Forms Configuration
|
||||||
CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap5"
|
CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap5"
|
||||||
CRISPY_TEMPLATE_PACK = "bootstrap5"
|
CRISPY_TEMPLATE_PACK = "bootstrap5"
|
||||||
|
|||||||
BIN
ats-ERD.png
Normal file
BIN
ats-ERD.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 743 KiB |
Loading…
x
Reference in New Issue
Block a user