Re: Django developer Resume

2022-08-17 Thread DJANGO DEVELOPER
Can you please share any project in which you have implemented a stripe recurring system? On Wed, Aug 17, 2022 at 8:21 PM M Adnan wrote: > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving em

Re: tmichroservices in django

2022-08-17 Thread Abdul Qoyyuum
Package each app as a separate django app. On Wed, Aug 17, 2022 at 10:51 PM yaron amir wrote: > do you implement michroservices in django and if so how? > Like > Comment > Send > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubsc

Re: I need help with saving data to django database.

2022-08-17 Thread Anh Nguyen
Problem is you try to use sth you can’t control it. You should not modify admin page. Try to create a new one as your knowledge. That way keep you learn and stay away unpredictable issues. On Wed, 17 Aug 2022 at 20:02 Paul Kudla (SCOM.CA Internet Services Inc.) < p...@scom.ca> wrote: > > ok i had

Re: Looking for Django Developer - Co founder for Fintech Product

2022-08-17 Thread Gobi Dasu
I'd recommend these Django developers from our talent network - in particular Obua, Francis, Kobina, and others of your choice. You can recruit them as co founders too. You'll get introduced to them in the LD Talent slack. Happy to

Re: end to end encryption

2022-08-17 Thread Akobir Baxtiyorov
Ok ср, 17 авг. 2022 г., 10:54 habti habtamu : > Thank you... so how can you help me? I mean can we have meeting or any > other way to get your help Please ? > > On Wed, 17 Aug 2022, 01:24 Adebileje Nurudeen, > wrote: > >> Sure, I can help you with that >> >> On Tue, Aug 16, 2022, 9:09 PM habti h

Re: remove user from a specific group in django

2022-08-17 Thread Ryan Nowakowski
usuario isn't a username, it's a QuerySet so I don't think: User.objects.get(username=usuario) ... will work. Please post the specific error you're getting including any traceback. On August 16, 2022 3:30:46 PM CDT, "José Ángel Encinas" wrote: >hi guys, im trying to remove user from a specifi

Re: data model question

2022-08-17 Thread Ryan Nowakowski
How much data are you expecting from each data source? The volume of data will partially determine your solution. On August 17, 2022 7:13:14 AM CDT, yaron amir wrote: >we are developing a control system that looks at data from multiple sources. >some of the data is extracted from AWS, some from

Re: Looking for Django Developer - Co founder for Fintech Product

2022-08-17 Thread Eugene Davis
My name is Eugene a backend Django developer. Link to my github https// github.com/Daemonlite On Wed, Aug 17, 2022, 2:50 PM Mannoj Tewari wrote: > Hi, > > I am looking for Django Developer / Co-founder for fintech product in > Mumbai. > > Regards > > -- > You received this message because you a

Re: Looking for Django Developer - Co founder for Fintech Product

2022-08-17 Thread Sympa Kalambay
I’m there Le mercredi 17 août 2022, M Adnan a écrit : > Where I will Send my resume? > > On Wed, 17 Aug 2022, 7:50 pm Mannoj Tewari, wrote: > >> Hi, >> >> I am looking for Django Developer / Co-founder for fintech product in >> Mumbai. >> >> Regards >> >> -- >> You received this message because

Re: Looking for Django Developer - Co founder for Fintech Product

2022-08-17 Thread Hassan Shah
Hi I am a web developer with 2 years of experience in python Django and php Laravel. I am interested to work with you. On Wed, Aug 17, 2022, 7:50 PM Mannoj Tewari wrote: > Hi, > > I am looking for Django Developer / Co-founder for fintech product in > Mumbai. > > Regards > > -- > You received

Re: Looking for Django Developer - Co founder for Fintech Product

2022-08-17 Thread André Hangalo
I’m interested if a remotely work! On Wed, 17/08/2022 at 16:18 Sujata Aghor wrote: > Hello > I am interested if remote working is an option. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiv

Re: Looking for Django Developer - Co founder for Fintech Product

2022-08-17 Thread Sujata Aghor
Hello I am interested if remote working is an option. -- 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...@googlegroups.com. To view this dis

Re: Looking for Django Developer - Co founder for Fintech Product

2022-08-17 Thread M Adnan
Where I will Send my resume? On Wed, 17 Aug 2022, 7:50 pm Mannoj Tewari, wrote: > Hi, > > I am looking for Django Developer / Co-founder for fintech product in > Mumbai. > > Regards > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To un

Re: Looking for Django Developer - Co founder for Fintech Product

2022-08-17 Thread Lipede Tope
I'm a beginner here Need an expert to work with remotely (like an intern)... You may not pay me... I just want to add up and learn under you... Thanks I'm a fresh graduate (computer science).. with little knowledge of Django... Whatsapp: +2347017964747 I'm also open to other IT related tasks

Understanding schema editor()

2022-08-17 Thread Alucor Rpa
Hi, We are trying to understand the schema editor and how new fields are added to the tables when running makemigrations and migrate commands. Can you please help me with some materials or links to understand this? Thanks Sherlin. -- You received this message because you are subscribed to the

tmichroservices in django

2022-08-17 Thread yaron amir
do you implement michroservices in django and if so how? Like Comment Send -- 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...@googlegroups.

data model question

2022-08-17 Thread yaron amir
we are developing a control system that looks at data from multiple sources. some of the data is extracted from AWS, some from postgres databases, some from hibob (human management reources) the question is this, here are my 1. do I use a disconnected external ETL process or use django for everyt

Looking for Django Developer - Co founder for Fintech Product

2022-08-17 Thread Mannoj Tewari
Hi, I am looking for Django Developer / Co-founder for fintech product in Mumbai. Regards -- 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+unsubsc

Re: I need help with saving data to django database.

2022-08-17 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
ok i had a hudge problem when writing my invoice system in general you need to over ride the save defination in the admin and models.py files this was never clearly documented in django. I use inlines so the code gets really complicated really quickly i have given my code you will need to