Re: Facing Issue with ODBC Driver 17 for SQL Server

2023-02-10 Thread David Nugent
Hi Sahan, "the target machine actively refused it” - in TCP parlance, that means that there’s nothing listening on that port, aka “connection refused”. The server you are trying to connect to isn’t there (or there is a firewall similar blocking the connection - but doubt it). IIRC by default

django-formset 0.13.2 I am facing the issue  VM55:1 Uncaught (in promise) SyntaxError: Unexpected token '<', "

2023-02-10 Thread 6C40 MAHALAKSHMI S
this is my code form.py class OfficedetForm(forms.ModelForm): office_logo = fields.FileField( label="Office Logo", widget=UploadedFileInput, required=True, ) office_gender_type = forms.ModelChoiceField( queryset=OFFICE_GENDER_TYPE_CHOICE.objects.all(), widget=Selectize( placeholder="Choose Gende

Re: django model method

2023-02-10 Thread Gabriel Araya Garcia
Allways there is a way to improve the code, but if that not run, then try with CYTHON Gabriel Araya Garcia GMI - Desarrollo de Sistemas Informáticos El jue, 9 feb 2023 a las 10:09, Andréas Kühne () escribió: > Not if you want it to be fast. Python itself is slow - so you should try > to offl