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
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
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
3 matches
Mail list logo