2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Added some docs

This commit is contained in:
Oliver Walters
2019-06-18 01:49:07 +10:00
parent c6b1a80703
commit 2768a7cdf3
2 changed files with 6 additions and 1 deletions

View File

@ -35,3 +35,8 @@ API Code
--------
Javascript/jQuery code for interacting with the server via the REST API can be found under ``InvenTree/static/script/InvenTree``.
Python interface
----------------
A Python library for interacting with the InvenTree API is provided on `GitHub <https://github.com/inventree/inventree-python>`_