Hiring Django developers in Mumbai

2021-05-22 Thread Sidhesh D
Hello, We are building a new website for kids to engage with our content and showcase their projects. We are looking for a mid-level full-stack developer. Please mail your resume to care...@curiositygym.com. - sidhesh -- You received this message because you are subscribed to the Google Gr

RE: looking for an expert django developer

2021-05-22 Thread Deepak joshi
hey dear you are looking for django developer ,, can you tell me your requirements? i am fullstack web developer i can develop whatever you want regarding django. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group an

Re: looking for an expert django developer

2021-05-22 Thread Mehdi Ismail
Depends on what your requirements are. What type of code you are doing. What are your expectations - work expectations and achievables. Please set out more information ? - or lets discuss the plan, break-down the tasks and timelines; basis the code (quality, design, technique of implementatio

Chrome book vs Django application development

2021-05-22 Thread Ram
Hi, I'm wondering whether any one used Chrome book for development especially with this software stack 1. Django 2. Python 3. Vue.js 4. Postgres 5. Nginx 6. Gunicorn 7. Github 8. Jenkins Best Regards, ~Ram -- You received this message because you are subscribed to the Google Groups "Django us

Re: Can you help me solve this

2021-05-22 Thread Mehdi Ismail
Potentially cracked the migration at some stage. you might need to manually fix it, or fix your migration files (preferred). This would require for me to take a look at your database tables/structures and your current status of migrations/code; if you need a pair of eyes, you could email me b

Re: Job opportunity - San Diego

2021-05-22 Thread Raphael Polanco
Hello, Django-users. Please reconsider posting resumes on public lists. Regards, @RaphaelPolanco On Sat, May 22, 2021 at 16:21 vishal sharma wrote: > I am interested in the position. > > Please find attached my resume. > > On Tue, May 4, 2021 at 5:11 AM Leah Blalock > wrote: > >> This small

Re: Job opportunity - San Diego

2021-05-22 Thread vishal sharma
I am interested in the position. Please find attached my resume. On Tue, May 4, 2021 at 5:11 AM Leah Blalock wrote: > This small and mighty start-up company in San Diego is seeking a senior > software engineer. The company's passion and mission is connecting Seniors > with their family and frie

Re: looking for an expert django developer

2021-05-22 Thread ryan yadav
hows ur expertise/grasp in django > ? On Sat, 22 May 2021 at 16:42, Eng. Medson Naftal wrote: > Hello, > > My name is medson, Am doing django, > > I was see this advert and am ready to work with you, can i see the project > requirements? > > Best Regards > medson > > On Sat, May 22, 2021, 2:18

Re: looking for an expert django developer

2021-05-22 Thread Aadil Rashid
Hello reyan, I saw your advertisement, and I am ready to work with you. You can mail me on aadil1...@gmail.com For further enquiries. Thanks & Regards Aadil Rashid Najar On Sat, 22 May, 2021, 4:41 PM Eng. Medson Naftal, wrote: > Hello, > > My name is medson, Am doing django, > > I was see thi

Re: looking for an expert django developer

2021-05-22 Thread Eng. Medson Naftal
Hello, My name is medson, Am doing django, I was see this advert and am ready to work with you, can i see the project requirements? Best Regards medson On Sat, May 22, 2021, 2:18 AM ryan yadav wrote: > i need an expert django developer ,who alone can build the whole platform > its a medical e

@admin.display(ordering='any_item') does not work !

2021-05-22 Thread Serge Alard
Hello I have a Sujet that can have sub-Sujet recursively. Here is a test among several ones that does not work : class Sujet(models.Model): objects = None numero = models.PositiveSmallIntegerField() titre = models.CharField(max_length=100) partie = models.ForeignKey('self', models.