2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-26 08:40:52 +00:00
This commit is contained in:
Oliver Walters
2017-03-28 23:17:56 +11:00
parent 18c39e7680
commit 9aebdab1c2
2 changed files with 13 additions and 1 deletions
InvenTree

@ -1,5 +1,7 @@
from django.shortcuts import render, get_object_or_404
from django.http import HttpResponse
def index(request):
return HttpResponse("This is the Tracking page")
return HttpResponse("This is the Tracking page")