
Last seen: Jun 23, 2025
HI Ejaz Ali Inayat , The issue you are facing is because of a mistake in your categories.html file between lines 31 and 33. You have written the fo...
Hi, I have added the same static in the background URL, and it's working on my system. However, the GitHub repository you provided is not updated. Pl...
Ejaz Ali Inayat , I ran your code on my system and noticed that you haven't implemented the category edit function. I suggest watching the tutorial...
Hi Supratim Chakraborty, The problem you are facing mainly occurs when your Client ID or Secret ID is incorrect. Please make sure you have added the...
Hi Ejaz Ali Inayat The issue you're encountering is because, in the background-url property where you define the image URL, you are not using the st...
Hi Afonne Joseph, If you didn’t find the CSS file in the zip folder, please check out this official GitHub link where you can download it: GitHub Li...
Hi Estiverne Yardley, For advanced filtering, you can search on Google and YouTube, where you'll find many tutorials on this topic. If I were to sug...
Ejaz Ali Inayat, If you want to edit a category, you first need to create a form for it. You can do this in your forms.py file: class CategoryForm...
Ejaz Ali Inayat , You're most welcome .
Ejaz Ali Inayat , You're most welcome .
Hi Ejaz Ali Inayat , The issue you are facing, I believe, is not related to static files. However, to provide proper guidance, I need to see your G...
Ejaz Ali Inayat , The issue you're facing occurs because the phone_number field in your Account model is defined as NOT NULL. In your model, you nee...
Hi Ejaz Ali Inayat,Your code is correct, but there is a small mistake in the views.py of the Dashboards app. You need to pass the form as context to t...
Supratim Chakraborty , Could you please share a screenshot of your terminal when you encounter the error? Also, provide the updated GitHub reposito...
Hi Estiverne Yardley, Difference Between students.apps.StudentsConfig and students in INSTALLED_APPS Why Use students.apps.StudentsConfig? This ...