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 Article

Requested 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 Article

ValueError: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 Article

Check hostname requires server hostname - SOLVED

I got the following error in python project "check hostname requires server hostname"

Read Article

How 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 Article

Migration 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 Article

Add 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 Article

Addition of two numbers in django python

In this tutorial I will show you how to add two numbers in django python program.

Read Article

The 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 Article

FieldError: 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 Article

How 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 Article

It 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 Article

ImportError: 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 Article

How 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 Article

Dependency '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 Article

AttributeError: '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 Article

ModuleNotFoundError: 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 Article

How 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 Article

Remove 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 Article

OSError: 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 Article

expected 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 Article

AttributeError: 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 Article

socket.gaierror: [Errno 11001] getaddrinfo failed- Python Error

I got this following error while running the python program "socket.gaierror: [Errno 11001] getaddrinfo failed".

Read Article

urllib.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