2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

Added 'track' app

- Keeping track of UniquePart objects
This commit is contained in:
Oliver Walters
2017-03-27 22:32:34 +11:00
parent af679a1ac6
commit f17e9de37b
8 changed files with 54 additions and 1 deletions

3
InvenTree/track/views.py Normal file
View File

@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.