InvenTree/InvenTree/track/views.py
2017-03-28 23:21:26 +11:00

7 lines
167 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")