mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 13:46:54 +00:00
Added a line to upload a picture
This commit is contained in:
parent
9a67f4f2b5
commit
ef4461cb2d
@ -118,6 +118,9 @@ WeightTemplate = ParameterTemplate.create(api, { 'name' : 'Weight', 'units' : 'k
|
||||
## Now we create the parameters
|
||||
ParameterLength = Parameter.create(api, { 'part': couch.pk, 'template': LengthTemplate.pk, 'data' : 2 })
|
||||
ParameterWeight = Parameter.create(api, { 'part': couch.pk, 'template': WeightTemplate.pk, 'data' : 60 })
|
||||
|
||||
## Add a picture to the part
|
||||
couch.upload_image('my_nice_couch.jpg')
|
||||
```
|
||||
|
||||
#### Adding a location to the sofa
|
||||
|
Loading…
x
Reference in New Issue
Block a user