Re: Job related query

2021-02-18 Thread Desh Deepak
Interested On Fri, 19 Feb 2021, 10:32 am neha bhurke, wrote: > Hello everyone, > > We are looking for a python Django web app developer should have the total > knowledge about python Django and should be experienced person at least for > 2-3 years.. > If anyone interested … > > -- > You receive

Job related query

2021-02-18 Thread neha bhurke
Hello everyone, We are looking for a python Django web app developer should have the total knowledge about python Django and should be experienced person at least for 2-3 years.. If anyone interested … -- You received this message because you are subscribed to the Google Groups "Django users

Re: fastapi skills

2021-02-18 Thread Nihar Sanda
Yes!! I have used it in a few of my projects also contributed to few of the opensource projects. I am interested to work. On Thursday, February 18, 2021 at 8:39:09 PM UTC+5:30 thanos wrote: > i konw it well but will only work remote. > > Thanos > > On Thu, Feb 18, 2021 at 12:17 PM suresh nataraj

Re: fastapi skills

2021-02-18 Thread thanos
i konw it well but will only work remote. Thanos On Thu, Feb 18, 2021 at 12:17 PM suresh natarajan wrote: > does anyone know fastapi well ? there is an opening with a startup. > please msg > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group.

Re: can we integrate html views that look far better then what is available with django

2021-02-18 Thread Andréas Kühne
Hi, This is a very strange question? You can create anything you want with Django. For example Instagram and Youtube are built with Django. The framework allows for any design that you really want yourself - you just need to design the HTML the way you want - I have personally used Django for many

can we integrate html views that look far better then what is available with django

2021-02-18 Thread sridhar vumma
we see better html views with websites like stackoverflow.com can we integrate such high end html websites along with django is that possible -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emai

Re: fastapi skills

2021-02-18 Thread Sreevardhan Reddy
I have been using it, interested. On Thu, Feb 18, 2021 at 3:51 PM sakshi jain wrote: > No...I know little information abt rest API > > On Thu, Feb 18, 2021, 15:47 suresh natarajan > wrote: > >> does anyone know fastapi well ? there is an opening with a startup. >> please msg >> >> -- >> You re

Re: fastapi skills

2021-02-18 Thread sakshi jain
No...I know little information abt rest API On Thu, Feb 18, 2021, 15:47 suresh natarajan wrote: > does anyone know fastapi well ? there is an opening with a startup. > please msg > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsub

fastapi skills

2021-02-18 Thread suresh natarajan
does anyone know fastapi well ? there is an opening with a startup. please msg -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegro

Re: Application for Part Time Python Developer Job

2021-02-18 Thread sakshi jain
right On Thu, Feb 18, 2021, 15:43 suresh natarajan wrote: > does any one know fastpi? there is opening in startup. please let me know > > On Thu, Feb 18, 2021 at 3:26 PM Chetan Ganji > wrote: > >> Hi Djangoists, >> >> I am looking for Part Time work as Python Developer. I can work 4 hrs >> eve

Re: Application for Part Time Python Developer Job

2021-02-18 Thread suresh natarajan
does any one know fastpi? there is opening in startup. please let me know On Thu, Feb 18, 2021 at 3:26 PM Chetan Ganji wrote: > Hi Djangoists, > > I am looking for Part Time work as Python Developer. I can work 4 hrs > everyday or 80 hrs every month. > > I have 2+ years experience in Web Develo

Re: Application for Part Time Python Developer Job

2021-02-18 Thread sakshi jain
plz help me I want to learn on API On Thu, Feb 18, 2021, 15:26 Chetan Ganji wrote: > Hi Djangoists, > > I am looking for Part Time work as Python Developer. I can work 4 hrs > everyday or 80 hrs every month. > > I have 2+ years experience in Web Development. I can hack my way through > Python 3

Re: 'MySQLdb.constants.FIELD_TYPE' has no attribute 'JSON'

2021-02-18 Thread Brijesh Soni
Hello Sir, *while installing the mysqlclient 2.0.1 I am getting below error:* pip install mysqlclient==2.0.1 Collecting mysqlclient==2.0.1 Downloading mysqlclient-2.0.1.tar.gz (87 kB) || 87 kB 725 kB/s Building wheels for collected packages: mysqlclient B

Re: I have a 2drop down list and 1 description box i want to save the data from all this to my postgresql data base

2021-02-18 Thread Siarhei Siarhei
А, зачем все это: class Dataform(forms.ModelForm): class Meta: model = data можно и так: contact_date = forms.CharField(required=True) jQuery('.contact_date').datetimepicker(); четверг, 18 февраля 2021 г. в 03:15:55 UTC+3, itmin...@gmail.com: > SAME ISSUE WITH ME > > > On Wed, Feb 17, 2021 at 2: