Pasting versus uploading

2020-10-07 Thread Mike Dewhirst
Users need to include an image of a molecular structure in a model so it can be shown on a report the system produces. They are small enough so I can restrict the size without bothering them. I have implemented a TinyMCE-lite HTMLField for pasting an image and that works. I have also used Django

Pasting images versus uploading

2020-10-07 Thread Mike Dewhirst
Users need to include an image of a molecular structure in a project I'm building. These are small enough that I could limit the size without restricting functionality. The image needs to be printed out for a report. What is the best approach? I have implemented a TinyMCE-lite HTMLField which

Tips for debugging intermittent 502s with Daphne

2020-10-07 Thread Keith Hackbarth
Hey all, Was hoping to get some advice about how to debug intermittent 502 using Daphne - I observe connection error in the NGIX logs (where I"m using proxy_pass) *Connection refused) while connecting to upstream* - I observe in NGIX logs that it correlates with spike in inbound

Re: Need Guidance to setup Django with MS SQL server

2020-10-07 Thread Eugene TUYIZERE
try this https://django-mssql.readthedocs.io/en/latest/quickstart.html#dependencies OR https://stackoverflow.com/questions/43430091/connecting-django-with-mssql-server On Wed, 7 Oct 2020 at 20:36, arun sahu wrote: > Hi Geeks, > > I need your support for setting up my django project with MS SQL

Need Guidance to setup Django with MS SQL server

2020-10-07 Thread arun sahu
Hi Geeks, I need your support for setting up my django project with MS SQL server. As there is no proper tutorial how to setup with MS SQL server. I tried it many times but failed with same errors. Please help me to progress. Tried below : 'ods_database': { 'ENGINE':

Retrieval of Date and data in select text field

2020-10-07 Thread Eugene TUYIZERE
I always struggle to retrieve from database to html text field or date field data when I want to edit these data. Only text field data display. Please advise how to display these fields. When I use: value = "{{ list.date_of_birth }}" or value = "list.gender" for example, I get an empty field

request.FILES.getlist()

2020-10-07 Thread luca72.b...@gmail.com
i have a form that is like: class tesoffcliForm(forms.Form) image = forms.FileField(label='Image', required = False) art_gen = forms.CharField(label='test ', required = False ,widget = forms.Textarea()) the view is: def testrendering(request): form = tesoffcliForm()

Re: Best places to learn Software Engineering

2020-10-07 Thread serge buasa
https://ocw.mit.edu/courses/find-by-topic/#cat=engineering=computerscience enjoy it(undergraduate/graduate) Le mer. 7 oct. 2020 à 02:16, Samuel Nogueira a écrit : > Hi guys! > > > > I know that this group is only for django but I don't have anywhere else > to ask this question, I hope some of

Re: Best places to learn Software Engineering

2020-10-07 Thread serge buasa
and udemy of course,always waitin for the promos sessions its always ;-) Le mer. 7 oct. 2020 à 04:11, serge buasa a écrit : > > https://ocw.mit.edu/courses/find-by-topic/#cat=engineering=computerscience > > enjoy it(undergraduate/graduate) > > Le mer. 7 oct. 2020 à 02:16, Samuel Nogueira a >