Skip to content

Commit

Permalink
resolving conflicts with the server
Browse files Browse the repository at this point in the history
  • Loading branch information
mittal-ishaan committed Dec 28, 2023
1 parent 27f4468 commit 0e7cf35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.11

ENV PYTHONUNBUFFERED 1

Expand Down
2 changes: 1 addition & 1 deletion home/utils/django_email_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def send_html(subject, message, recipient):
message_long_rebate_query = """
Dear Student,
Your long term rebate application from {start_date} to {end_date} has been recieved but contains some issues.
Kindly send your long rebate application photograph as a reply to this mail itself itself.
Kindly send your long rebate application photograph as a reply to this mail itself.
"""


Expand Down
2 changes: 1 addition & 1 deletion messWebsite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@

DEFAULT_FILE_STORAGE = 'cloudinary_storage.storage.RawMediaCloudinaryStorage'
DEFAULT_FILE_STORAGE = 'cloudinary_storage.storage.MediaCloudinaryStorage'
# MEDIA_ROOT = os.path.join(BASE_DIR, 'media/')
MEDIA_URL= '/media/'


# Default primary key field type
# https://docs.djangoproject.com/en/4.1/ref/settings/#default-auto-field

Expand Down

0 comments on commit 0e7cf35

Please sign in to comment.