
Last seen: Jun 23, 2025
I didn't find your project in the zip file. Can you check it again? Screenshot-2025-02-11-113437.png
Ejaz Ali Inayat, If you're still facing the issue, it might be because your migrations haven't been created. As a result, there is no table in the dat...
Ejaz Ali Inayat , Please also attach the ZIP file of your whole project.
HI Ejaz Ali Inayat , The issue you are facing is because there are no migrations to apply. I also encountered the same issue with your code previou...
Ejaz Ali Inayat, If you’re still facing the issue, please share your project zip file, including requirements.txt and the database dump. Follow t...
Hi Chamoli Piyush,Can you tell us which resources you are looking for?
Hi Ejaz Ali Inayat , This error occurs because SMTP server authentication is failing. You are using a Google App Password to send an email via Google'...
Hi CHANDRAVATHI MARAGANI, The issue you are facing occurs because Django cannot find any valid URL patterns in your api/urls.py file. This can happ...
Ejaz Ali Inayat , you're most welcome
Hi Ejaz Ali Inayat , The same issue you're facing after providing the correct SMTP credentials could be another reason.However, I noticed in your ea...
Hi Ejaz Ali Inayat, As I mentioned earlier, the issue you are facing is due to the absence of a defined URL for add_post in the urls.py file of the...
Hi Ejaz Ali Inayat, I have run your code on my system and replaced your SMTP configuration with mine. The code works properly. I suggest you create a...
Hi Ejaz Ali Inayat, I checked your code in your GitHub repository and noticed that you haven't defined the add_post URL in the dashboard/urls.py fi...
Hi Ibrahim Salami , The issue you are facing occurs when your SMTP configuration is incorrect. Please check your SMTP settings to ensure they are co...