Latest Articles
How to create custom 404 error page in Django?
In this tutorial I will show you how to create custom 404 error page in Django.
Read ArticleRequested setting INSTALLED_APPS, but settings are not configured. You must either define..
I got this following error while running the python outside of the usual manage.py commands.
Read ArticleValueError:All arrays must be of the same length - Python
I got this following error while running python program "ValueError: All arrays must be of the same length"
Read ArticleCheck hostname requires server hostname - SOLVED
I got the following error in python project "check hostname requires server hostname"
Read ArticleHow to restrict access to the page Access only for logged user in Django
In this tutorial I will show you how to restrict access to the page Access only for logged user in …
Read ArticleMigration admin.0001_initial is applied before its dependency admin.0001_initial on database default
I got this following error on migrate "Migration admin.0001_initial is applied before its dependency admin.0001_initial on database default"
Read ArticleAdd or change a related_name argument to the definition for 'auth.User.groups' or 'DriverUser.groups'. -Django ERROR
The following error indicates that the relation with model 'AUTH_USER_MODEL', which is not installed in settings.py
Read ArticleAddition of two numbers in django python
In this tutorial I will show you how to add two numbers in django python program.
Read ArticleThe request was aborted: Could not create SSL/TLS secure channel -Error in Asp.net
I got this following error "Could not create SSL/TLS secure channel" in your ASP.NET MVC WebClient application.
Read ArticleFieldError: Cannot resolve keyword 'id' into field in Django project
I got this following error while running django web application "FieldError Cannot resolve keyword 'id' into field.
Read ArticleHow to hide the ID field from the Django admin?
In this video tutorial I will show you how to hide the ID field from the Django admin.
Read ArticleIt is impossible to add a non nullable field without specifying a default. Django error
I got this following error while trying to add a non-nullable field (description) to an existing model (Category) without specifying …
Read ArticleImportError: cannot import name 'url' from 'django.conf.urls' - Django Error
I got this following error while running the django web project "ImportError: cannot import name 'url' from 'django.conf.urls'"
Read ArticleHow to Enable Virtualization in BIOS Security Settings in Intel Processors For Android Studio?
In this tutorial I will show you how enable Virtualization Technology in bios for zebion motherboard.
Read ArticleDependency 'androidx.activity:activity:1.8.0' requires libraries and applications that depend on it.
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 …
Read ArticleAttributeError: 'NoneType' object has no attribute 'get_text' - Python
I got this following error while running the program to extract the text from an HTML address tag using Python.
Read ArticleModuleNotFoundError: No module named 'openpyxl' - Python
I got this following error while running a program to create an Excel file from a list of titles in …
Read ArticleHow to get thumbnail from vimeo video URL in Python?
In this video tutorial I will show you how to get thumbnail from vimeo video URL using Python program.
Read ArticleRemove all special characters, punctuation except spaces from string - Python
In this tutorial I will show you how to remove all special characters, punctuation except spaces from string in Python
Read ArticleOSError: cannot write mode RGBA as JPEG- Python
I got this following error when I try to save an image with an alpha channel (transparency) as a JPEG …
Read Articleexpected str, bytes or os.PathLike object, not JpegImageFile - Python
I got this following error while creating pdf using the python program"expected str, bytes or os.PathLike object, not JpegImageFile"
Read ArticleAttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS' - PYTHON
In this tutorial I will show you how to solve the following error "AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS' …
Read Articlesocket.gaierror: [Errno 11001] getaddrinfo failed- Python Error
I got this following error while running the python program "socket.gaierror: [Errno 11001] getaddrinfo failed".
Read Articleurllib.error.HTTPError: HTTP Error 403: Forbidden - Python Error
I got this following error while try to scrap a website using URL in python. "urllib.error.HTTPError: HTTP Error 403: Forbidden"
Read Article