From 0d2e25c8c184625b47b814887003a86dab8b18b0 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 12 Apr 2018 18:57:25 +1000 Subject: [PATCH 1/2] Update makefile - Comment out project and track apps, currently disabled --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4e809701e8..69419db9e8 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,11 @@ test: migrate: python InvenTree/manage.py makemigrations part - python InvenTree/manage.py makemigrations project + python InvenTree/manage.py makemigrations bom + # python InvenTree/manage.py makemigrations project python InvenTree/manage.py makemigrations stock python InvenTree/manage.py makemigrations supplier - python InvenTree/manage.py makemigrations track + # python InvenTree/manage.py makemigrations track python InvenTree/manage.py migrate --run-syncdb python InvenTree/manage.py check From b6043218f7a61f445716fe5842c0733a870451bb Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 12 Apr 2018 19:09:18 +1000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 016119fbe7..28b9800bd3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/inventree/InvenTree.svg?branch=master)](https://travis-ci.org/inventree/InvenTree) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Build Status](https://travis-ci.org/inventree/InvenTree.svg?branch=master)](https://travis-ci.org/inventree/InvenTree) # InvenTree InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. The core of the InvenTree system is a Python/Django database backend which provides an admin interface (web-based) and a JSON API for interaction with external interfaces and applications.