Re: Training course and/or job

2020-01-09 Thread Debora Peralta
Hi red, I might help if you are willing to pay a course. Contact me for more details. Kind regards, Debora. El El jue, 9 ene 2020 a las 8:49, red escribió: > Hello, > > I’m a 27 years old french guy and a Django beginner. I have a mechanical > engineering and a computer science degree, but

Re: Django Pip Not installed

2020-01-05 Thread Debora Peralta
Try sudo pip3 El El dom, 5 ene 2020 a las 13:51, 'Dash LaLonde' via Django users < django-users@googlegroups.com> escribió: > I just installed python, django and pip, completed a test env then > deactivated the project env. > Now I am trying to start a real project, I used pipenv to install

date and time only especific days and hours

2020-01-03 Thread Debora Peralta
How do I make a limit of available pick dates only on weekdays and times slots between 9am to 5pm? I'm using this widget for date ant time picker as it was the only one working with my django version (1.11.10) please help!!! from django import forms class DateInput(forms.DateInput): input_type

Date and Time picker only specific slots.

2020-01-03 Thread Debora Peralta
Ho doy i make a limet of available pick dates on weekdays only and time slots available from 9am to 5pm? I am using this type of datepicker cause i could ony use this one on my project. my Django version is 1.11.10 please help!! from django import forms class DateInput(forms.DateInput):