2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 13:46:54 +00:00

Update python.md

Formatting
This commit is contained in:
Michael 2021-03-03 08:16:22 +01:00 committed by GitHub
parent 87d05daf16
commit 9b9bcb941e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,7 @@ item = StockItem.create(api, {
'notes': 'A stack of couches', 'notes': 'A stack of couches',
'location': 10, ## PK of a StockLocation already in the database... 'location': 10, ## PK of a StockLocation already in the database...
}) })
```
#### Adding manufacturers and supplier #### Adding manufacturers and supplier