Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 4d94cc5

Browse files
Changes in the Profile App with version check
1 parent 75fe8d4 commit 4d94cc5

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
57 Bytes
Binary file not shown.
222 Bytes
Binary file not shown.

Profile/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ def post(self, request):
621621

622622
class VersionCheck(APIView):
623623
def get(self, request, *args, **kwargs):
624-
latest_version = "2.1"
624+
latest_version = "3.1"
625625
return Response({"message": latest_version})
626626

627627

-8 Bytes
Binary file not shown.

ZoloEarn/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def verified_callback(user):
202202

203203

204204
EMAIL_VERIFIED_CALLBACK = verified_callback
205-
EMAIL_FROM_ADDRESS = 'unexpectedprogrammer@gmail.com'
205+
EMAIL_FROM_ADDRESS = 'zoloearn.llc@gmail.com'
206206
EMAIL_MAIL_SUBJECT = 'Confirm your email {{ user.username }}'
207207
EMAIL_MAIL_HTML = 'mail/mail.html'
208208
EMAIL_MAIL_PLAIN = 'mail/mail.txt'

0 commit comments

Comments
 (0)