Python - How to import 'redirect' -- django

Import redirect

To import redirect, Add the following line to the top of your code.

from django.shortcuts import redirect

 

For more information about redirect:
django redirect