2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-06 21:50:55 +00:00
Files
InvenTree/InvenTree/track/views.py
Oliver Walters 9aebdab1c2 pepper
2017-03-28 23:17:56 +11:00

7 lines
171 B
Python

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