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

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