mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 13:28:49 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
3fcd5f08e6
5
Makefile
5
Makefile
@ -16,10 +16,11 @@ test:
|
|||||||
|
|
||||||
migrate:
|
migrate:
|
||||||
python InvenTree/manage.py makemigrations part
|
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 stock
|
||||||
python InvenTree/manage.py makemigrations supplier
|
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 migrate --run-syncdb
|
||||||
python InvenTree/manage.py check
|
python InvenTree/manage.py check
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[](https://travis-ci.org/inventree/InvenTree)
|
[](https://opensource.org/licenses/MIT) [](https://travis-ci.org/inventree/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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user