How to integrate NicEdit rich text editor for the description field in a Django Python? By: Mohamed Rasik 21 August 2023 In this tutorial I will show you how to integrate NicEdit rich text editor for the description field in a Django. Read More
How to Reset Django Admin Username and Password? | Python By: Mohamed Rasik 18 August 2023 You can use the manage.py changepassword replace the with user you want to reset the password. Read More
Terminal interface is not showing in godaddy cpanel - Linux hosting By: Mohamed Rasik 8 August 2023 In this video I will show you how to enable terminal interface in cpanel 2023. Read More
Import "django.shortcuts" could not be resolved from source in Django Project By: Mohamed Rasik 7 June 2023 I got this following error in django project. "Import 'django.shortcuts' could not be resolved from source in Django Project" Read More
SOLVED-Related Field got invalid lookup: icontains error in Django By: Mohamed Rasik 2 April 2023 In this tutorial I will show you how to solve this following error "Related Field got invalid lookup: icontains" in django python project. Read More
How to enable Search Feature in Django admin? By: Mohamed Rasik 30 March 2023 In this tutorial I will show how to enable search feature in django admin. The search function in Django admin can be enabled and customised. Read More
How to customize pagination for django admin? By: Mohamed Rasik 27 March 2023 In this tutorial I will show how to customize pagination for django admin. Django admin already provides pagination by default. It shows 100 per page. Read More
"redirect" is not defined pylance("reportUndefinedVariable) By: Mohamed Rasik 27 February 2023 I got this following error in django web project "redirect" is not defined pylance("reportUndefinedVariable). Read More
Unicode error 'unicodeescape' codec can't decode bytes in position 2-3: truncated UXXXXXXXX escape By: Mohamed Rasik 11 February 2023 I got this following error while running the code using Python in vscode. "SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape" Read More
OSError: cannot open resource - Python By: Mohamed Rasik 4 February 2023 In this video tutorial I will show you how to solve this following error while running wordcloud python program. Read More