2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00
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")