Re: Looking for a collaborator

2024-12-25 Thread Benjamini Athanas
Yes am here we can works together On Wed, 25 Dec 2024, 23:00 johnny richard ANDRIAMANALINA, < johnnyrichar...@gmail.com> wrote: > Me too, I'm interested in the collaboration but i'm not from the U.S > > Le mercredi 25 décembre 2024 à 09:51:09 UTC+3, Benjamini Athanas a

Re: Looking for a collaborator

2024-12-24 Thread Benjamini Athanas
Yes am here On Wed, 25 Dec 2024, 09:48 Adisa Habeebulah, wrote: > I'm interested in the collaboration just that I'm not from the U.S > > > > On Wed, 18 Dec 2024, 20:41 LogicLion, wrote: > >> If you are from US, let's work together. >> >> -- >> You received this message because you are subscribe

Re: Need Developers

2024-12-22 Thread Benjamini Athanas
Am here On Mon, 23 Dec 2024, 01:30 Awesome Idoko, wrote: > Here's my CV > > On Sun, 22 Dec 2024, 23:11 Benjamini Athanas wrote: > >> Ok let work's together >> >> On Mon, 23 Dec 2024, 01:08 Abhisek singh, >> wrote: >> >>>

Re: Need Developers

2024-12-22 Thread Benjamini Athanas
f >> <https://drive.google.com/open?id=1pTIPq3wD6PSfc7Yg22WKaEfIRaKRbcBh> >> >> Resume drive link >> <https://drive.google.com/file/d/1pTIPq3wD6PSfc7Yg22WKaEfIRaKRbcBh/view?usp=sharing> >> >> On Fri, 20 Dec 2024 at 23:39, Benjamini Athanas >> wrote: >>

Re: Looking for Sr Django Developer

2024-12-20 Thread Benjamini Athanas
Am here On Fri, 20 Dec 2024, 21:05 Ovie Adesanoye, wrote: > Hi > I interested and qualified. > > On Tue, Dec 10, 2024, 5:19 PM Hamel Mesfin wrote: > >> We're looking for Sr. level Django Developer for ongoing work of at least >> 20 hours per week. At least *5 years of experience in Django and D

Re: Need Developers

2024-12-20 Thread Benjamini Athanas
Ok , On Fri, 20 Dec 2024, 21:05 haile Mariam, wrote: > i am interested > > > On Friday, 25 October 2024 at 11:41:20 UTC+3 UJJWAL CHAUDHARY wrote: > >> I have some works on Website & Application, If anyone Interested please >> let me know if anyone has interested. On Personal Mail >> > -- > You r

Re: Looking for a collaborator

2024-12-20 Thread Benjamini Athanas
Ok how we can do On Fri, 20 Dec 2024, 16:11 kemo njie, wrote: > Am not from U.S but am good at django > > On Wed, Dec 18, 2024 at 5:01 PM Benjamini Athanas > wrote: > >> Ok >> >> On Wed, 18 Dec 2024, 22:40 LogicLion, wrote: >> >>> If you are

Re: Looking for a collaborator

2024-12-18 Thread Benjamini Athanas
Ok On Wed, 18 Dec 2024, 22:40 LogicLion, wrote: > If you are from US, let's work together. > > -- > 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-user

Re: Call for Testing: Connection Pooling PR for Django Oracle

2024-05-09 Thread Benjamini Athanas
thanks On Mon, 6 May 2024 at 22:41, suraj shaw wrote: > Dear Django Users, > > > I hope this email finds you well. > > > We're reaching out to the Django community today with an exciting > opportunity to test a significant enhancement for the Oracle database > backend: connection pooling functio

Re: JWT Authentication with Djoser

2024-02-16 Thread Benjamini Athanas
try this # Custom Djoser serializer from djoser.serializers import UserCreateSerializer class CustomUserCreateSerializer(UserCreateSerializer): def perform_create(self, serializer): user = serializer.save() # Generate verification code and send email verification_code =

RESET PASSWORD ERROR IN DJNAGO

2024-02-08 Thread Benjamini Athanas
Hellow , guys how to fix this problem NoReverseMatch at /auth/reset/OTM/set-password/Reverse for 'password_reset_complete' not found. 'password_reset_complete' is not a valid view function or pattern name. -- You received this message because you are subscribed to the Google Groups "Django u