Re: Django storing byte string for image

2018-01-04 Thread Shem Geek
On Wednesday, January 3, 2018 at 3:03:36 PM UTC+3, chern...@gmail.com wrote: > > What field should i use to store byte string so that i can later use it > for ByteIO to convert it into image ? > > As this is my first time doing on byte string to image, i am pretty lost > on what i need to do.

Re: Django selected value

2016-07-25 Thread Shem Geek
Had a similar problem today, other than using django forms, ensure your select box is named, wen the selct box is named, the selected value witll have the name of the select box: example: option 1 option 2 in django after posting the form: you cant get the value by. selected_opt

Re: Installation de Django dans un environnement virtuel.

2016-07-25 Thread Shem Geek
Chances are high that one of the apps you are installing is already installed and in its latest version, however, I dont understand what you are asking On Sunday, July 24, 2016 at 3:46:15 PM UTC+3, Philippe Idlas wrote: > > Bonjour, > > J'ai créé deux environnements virtuels sous Python avec