-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement session continuity #201
base: main
Are you sure you want to change the base?
Conversation
also resolved #227 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tinashechiraya Please update your PR, there are so many unrelated changes with the current ticket.
django_project/core/settings/prod.py
Outdated
@@ -12,7 +12,8 @@ | |||
# ---------- EMAIL ------------ # | |||
# -------------------------------------------------- # | |||
# See fig.yml file for postfix container definition# | |||
EMAIL_BACKEND = 'core.resend_email_backend.ResendBackend' | |||
# EMAIL_BACKEND = 'core.resend_email_backend.ResendBackend' | |||
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why use console?
@@ -0,0 +1,71 @@ | |||
<!DOCTYPE html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is unrelated with current PR
@@ -0,0 +1,11 @@ | |||
{% extends "admin/base_site.html" %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated
I will dissolve this pr into multiple ones then close it @dimasciput |
this is linked to issue:
#66
Screencast.from.2024-12-18.01-54-26.webm
TODO
Screencast.from.2025-01-15.09-22-38.webm