IMG 1866 rathank.com
Mohaiminul - Team Rathan
@mohaiminul-islam
Admin
Estimable Member
Joined: Jul 1, 2024
Last seen: Oct 4, 2025
Topics: 0 / Replies: 138
Reply
Answer to: django.urls.exceptions.NoReverseMatch: Reverse for 'remove_cart' with arguments '(2,)' not found. 1 pattern(s) tried: ['cart/remove_cart/(?P[0-9]+)/(?P[0-9]+)/$']

Dear Ejaz Ali Inayat, The error you are encountering seems to be caused by an undefined or incorrect URL being accessed. To resolve this issue, plea...

10 months ago
Reply
Answer to: Custom Pegintion not working

Hi Rohan Ekke,When creating custom pagination, you need to register your custom pagination in your settings.py. Here's how you can do it: REST_FRAME...

10 months ago
Reply
Answer to: PLEASE HELP: CLICKED_AT and OPENED_AT

Kintu Alex Ladwong, I have answered your previous question. I think this is a similar problem

10 months ago
Reply
Answer to: How do I fix 404 Terminal Errors in Calculate Clicks & Opened

Kintu Alex Ladwong, I have answered your previous question. I think this is a similar problemKintu Alex Ladwong, I have answered your previous questio...

10 months ago
Reply
Answer to: Open At is Not working

Hi Kintu Alex Ladwong, The issue you are facing occurs because the URL you are trying to access, /emails/track/opened/token, is either not defined,...

10 months ago
Reply
Answer to: Why {{ user.first_name }} or more specific to say the user object is available to all the templates?

Hi Supratim Chakraborty, You noticed that in the Django template, we are using {{ user.first_name }} in the navbar, even though no data was explici...

10 months ago
Reply
RE: Test Link Below

@alexladwong I checked the link—great work! Keep it up. However, I noticed that some features, like web scraping and image compression, are not workin...

10 months ago
Reply
Answer to: update project submission

Hi karan We have already sent the certificate to your email address. Please check your email and let us know.

10 months ago
Reply
Answer to: Getting error - IntegrityError at /accounts/register/ UNIQUE constraint failed: accounts_account.phone_number

Hi Supratim Chakraborty , The error you're encountering is due to the phone field in your Account model being set to unique=True. This requires eac...

10 months ago
Reply
Answer to: Class based vs function based

Hi Rekha B , In Django, both Class-Based Views (CBVs) and Function-Based Views (FBVs) have their benefits. The choice between them usually depends o...

10 months ago
Reply
Answer to:

Hi Kintu Alex Ladwong, The error you're encountering is likely because you are using Ngrok. When using Ngrok, you need to add your Ngrok URL to the ...

10 months ago
Reply
Answer to: Thank you, Sir.

Great to hear that you've learned from this course and successfully completed it!When it comes to hosting this project, there are multiple options ava...

11 months ago
Reply
Answer to: ANNOTATE FUNCTION AND

In Django, the annotate() method is a powerful tool for working with QuerySets. It allows you to perform various aggregations, such as counting, avera...

11 months ago
Page 6 / 10