MicroService related issue

2024-10-11 Thread shiva singh
Hello I am currently working on a microservices project using Django and have encountered an issue. i am facing issue when create microservice project using django i am created 2 difrent django project in one common folder and one project name is authentication and second project name is repairm

Re: MicroService related issue

2024-10-11 Thread Sreedhar p
1.I think its not using good authenticate, because authenticate is like function which provides authentication to the user by taking username and password and authenticate is an part of authentication frsmework try to change that names 2.mention custom apps in settings.py file in installed apps 3.

Re: MicroService related issue

2024-10-11 Thread Sreedhar p
Ensure models order it was crucial for one by one creation On Fri, Oct 11, 2024, 14:43 Sreedhar p wrote: > 1.I think its not using good authenticate, because authenticate is like > function which provides authentication to the user by taking username and > password and authenticate is an part o

jwt authentication in ninja without django user

2024-10-11 Thread Krishnakant Mane
Hello. This seems very complex to me. I have previously used other Python and non-Python frameworks and one thing I always did is to create my own user table and respective model. I wish to do the same thing in django with ninja. I also find the jwt authentication articles/ blogs online very