checkout/src/common/views.py

6 lines
96 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
2023-03-25 20:01:14 +01:00
def home(_request):
2022-04-24 18:59:04 +02:00
return redirect("purchase:new")