mirror of
				https://github.com/inventree/inventree-docs.git
				synced 2025-10-31 12:55:37 +00:00 
			
		
		
		
	Added a line to upload a picture
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user