Re: Need assistance/assistant

2024-02-08 Thread Vincenzo Celano
Sorry but... The questione Is? Maybe you need help developing the application??? Il gio 8 feb 2024, 15:24 Adisa Habeebulah ha scritto: > I'm building a TMS (to-do list) to be precise and the instructions given > are the following: > - it should send an email to the user for reminding and

Re: Django-4.2.8, django-crispy-forms-2.1, checkboxes not return a list

2023-12-09 Thread Vincenzo Celano
Ciao I think the problem is in the NAME of the checkbox. 4 checkbox with same name, the form will consider only the last one. I think, if you check for example 1 and x you will get: 'not_willing_to_judge: 'x''. Try to rename checkbox: not_willing_to_judge_1, not_willing_to_judge_2,

Re: Displaying numbers in languages

2023-11-29 Thread Vincenzo Celano
Ciao אורי In italian language, thousand separator is the dot '*.*' and comma '*,*' for decimal separator. I think the problem is not important in this case but for example, if you have a car sales website and an italian will find a Ford Mustang Mutch-E at this prince: 60,865 $ an italian person

Re: NoReverseMatch at / Reverse for 'add_time_slot' with arguments '('',)' not found. 1 pattern(s) tried: ['add_time_slot/(?P[0-9]+)/\\Z']

2023-11-01 Thread Vincenzo Celano
I think the problem is in the data into turf_id. Are you sure that turf_id contains only integer value? it's strange the problem with argument: '('',)' - try to verify the data passed with turf_id if are correct... Il giorno mer 1 nov 2023 alle ore 16:05 Adesewa Lola < adesewalola2...@gmail.com>

Re: Learning Django for beginners

2023-10-31 Thread Vincenzo Celano
Try this video in YouTube: Python Django 7 Hour Course Ciao! Il mer 25 ott 2023, 19:17 SUNIL PATEL ha scritto: > https://tutorial.djangogirls.org/en/ > > On Wed, Oct 25, 2023 at 10:44 PM Janet Anastacia < > janetanastaci...@gmail.com> wrote: > >> I'm new to Django development, I kindly ask

Re: Pip proxy no proxy

2023-10-31 Thread Vincenzo Celano
What Is your PC ip address and gateway. Are you absolutely sure you have no proxy config? What OS Is on your computer? Il ven 27 ott 2023, 09:57 sebasti...@gmail.com ha scritto: > Hello Guys, > > i have no proxy in my network. Suddenly when i use pip install then i get: > > pip3 install django