navigation

Latest posts on tagged on "web"

Add or change a related_name argument to the definition for 'auth.User.groups' or 'DriverUser.groups'. -Django ERROR

| | Category: Python

The following error indicates that the relation with model 'AUTH_USER_MODEL', which is not installed in settings.py

Addition of two numbers in django python

| | Category: Python

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

How to sell domain name on Godaddy (2023)

| | Category: Web Services

In this tutorial I will show you how to sell your domain name on godadddy website.

urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0

| | Category: Python

I got this following error in django project "urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2u-fips 20 Dec 2019"

Stream a video from blob JavaScript | HTML5 | Asp.net MVC

| | Category: JavaScript

In this tutorial I will show you how to stream a video from blob JavaScript in Html5 Video tag using asp.net mvc application.

How to programmatically modifying the AppSetting value in web.config using c#?

| | Category: c# .net

How to programmatically modifying the AppSetting value in web.config using c#?

TypeError [ERR_INVALID_CALLBACK]: Callback must be a function. Received undefined

| | Category: Node-js

I m using nodejs, I got the following error while appending a file. The fs.appendFile function expecting third parameter as call back function.

Argument of type 'string | null' is not assignable to parameter of type 'string'.\n Type 'null' is not assignable to type 'string'

| | Category: Angular

In my angular project I got this error on localStorage "null' is not assignable to parameter of type 'string'"

Visual studio Code change default terminal to cmd

| | Category: Angular

I am using Visual Studio Code Editor I want to change the default terminal (WindowShell) to cmd.

Implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly

| | Category: Angular

I got this following error "implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.ts(7023)"

Page 1 of 2