checkout/src/common/views.py

6 lines
95 B
Python
Raw Normal View History

2022-04-24 18:59:04 +02:00
from django.shortcuts import redirect
2022-04-24 15:51:25 +02:00
2022-04-24 18:59:04 +02:00
def home(request):
return redirect("purchase:new")