2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-16 01:36:29 +00:00

Added 'part tracking' page

- e.g. /part/<pk>/track
This commit is contained in:
Oliver
2018-04-14 00:46:18 +10:00
parent eec725d90f
commit 63f7fe640c
9 changed files with 38 additions and 6 deletions

View File

@@ -49,8 +49,8 @@ INSTALLED_APPS = [
'bom.apps.BomConfig',
'supplier.apps.SupplierConfig',
'stock.apps.StockConfig',
'track.apps.TrackConfig',
#'project.apps.ProjectConfig',
#'track.apps.TrackConfig',
]
MIDDLEWARE = [