aws s3 file upload without imagefiled and filefield

2020-05-24 Thread Parampal Singh
please help -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.g

aws s3 file upload without imagefiled and filefield

2020-05-24 Thread Parampal Singh
*first sorry for weak English* *in code * *im get image from url * *save like that* #load image in skimage libray img = io.imread(poster) #to edit image opencv convert colors to rgb img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) #now load logo logo = cv2.imread("static/assets/logo_o.jpg") h_img, w_im