from django.shortcuts import redirect def redi(request): return redirect('/blog/')