2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

BugFix and docs for InvenTreeTree

This commit is contained in:
Oliver Walters
2017-03-27 22:55:21 +11:00
parent f17e9de37b
commit 8229f02db6
4 changed files with 64 additions and 32 deletions

View File

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