How to hide the ID field from the Django admin? By: Mohamed Rasik Category:Python 24 April 2024 In this video tutorial I will show you how to hide the ID field from the Django admin. Read More
It is impossible to add a non nullable field without specifying a default. Django error By: Mohamed Rasik Category:Python 20 April 2024 I got this following error while trying to add a non-nullable field (description) to an existing model (Category) without specifying a default value. Read More
ImportError: cannot import name 'url' from 'django.conf.urls' - Django Error By: Mohamed Rasik Category:Python 11 April 2024 I got this following error while running the django web project "ImportError: cannot import name 'url' from 'django.conf.urls'" Read More
How to Enable Virtualization in BIOS Security Settings in Intel Processors For Android Studio? By: Mohamed Rasik Category:Computer 17 March 2024 In this tutorial I will show you how enable Virtualization Technology in bios for zebion motherboard. Read More
Dependency 'androidx.activity:activity:1.8.0' requires libraries and applications that depend on it. By: Mohamed Rasik Category:Android 21 February 2024 I got this following error while running the android project, "Dependency 'androidx.activity:activity:1.8.0' requires libraries and applications that depend on it to compile against version 34 or later of the Android APIs." Read More
AttributeError: 'NoneType' object has no attribute 'get_text' - Python By: Mohamed Rasik Category:Python 14 February 2024 I got this following error while running the program to extract the text from an HTML address tag using Python. Read More
ModuleNotFoundError: No module named 'openpyxl' - Python By: Mohamed Rasik Category:Python 30 January 2024 I got this following error while running a program to create an Excel file from a list of titles in python. Read More
How to get thumbnail from vimeo video URL in Python? By: Mohamed Rasik Category:Python 29 January 2024 In this video tutorial I will show you how to get thumbnail from vimeo video URL using Python program. Read More
Remove all special characters, punctuation except spaces from string - Python By: Mohamed Rasik Category:Python 22 January 2024 In this tutorial I will show you how to remove all special characters, punctuation except spaces from string in Python Read More
OSError: cannot write mode RGBA as JPEG- Python By: Mohamed Rasik Category:Python 10 January 2024 I got this following error when I try to save an image with an alpha channel (transparency) as a JPEG file. "cannot write mode RGBA as JPEG". Read More