checkout/src/common/views.py

6 lines
95 B
Python

from django.shortcuts import redirect
def home(request):
return redirect("purchase:new")