from django.shortcuts import render, redirect def redirecting(request): return redirect("https://codingtutz.com/")