InvenTree/InvenTree/track/views.py

6 lines
112 B
Python

from django.http import HttpResponse
def index(request):
return HttpResponse("This is the Tracking page")