Re: Introduction & Contribution Interest – Django

2025-02-13 Thread BALAJI V


Hi, I'm new to Django. When I try to generate a login token, I receive 
these errors:
json
CopyEdit
{"detail": "Authentication credentials were not provided."} {"error_short": 
"Module is not Assigned", "status": "failed"} 

Any help resolving these issues would be appreciated. Thanks!
On Saturday, February 8, 2025 at 10:10:47 PM UTC+5:30 Ahmed Nassar wrote:

> Hello Django Developers,  
>
> My name is Ahmed Nassar, and I am excited to contribute to Django! I have 
> experience in **Python, Django, React.js, and JavaScript, HTML, CSS, API** 
> and have worked on backend systems, automated testing, and web 
> applications.  
>
> I have explored the Django documentation and looked through open issues on 
> GitHub. I am particularly interested in contributing to:  
> - *Bug fixes & feature enhancements* in Django Core  
> - *Django Async & Channels* (asynchronous capabilities)  
> - *Documentation improvements* for new contributors  
>
> Could you recommend beginner-friendly issues or areas where contributions 
> are currently needed? I would appreciate any guidance on how to get 
> started.  
>
> Looking forward to collaborating!  
>
> Best regards,  
> Ahmed Nassar  
> LinkedIn  | GitHub 
> 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/django-developers/f69b21c0-09a6-4e1d-9a4c-4228d225cec7n%40googlegroups.com.


Hi everyone I am the beginner django back end developer.

2025-02-13 Thread Balaji V
while working inside the project I getting the error for generating the 
token. the error was shown {
"detail": "Authentication credentials were not provided."
}
how to fix this error to get the token from the login api of the website 

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/django-developers/80e1a208-ec66-42de-9762-11f8d97ce75fn%40googlegroups.com.


Re: Hi everyone I am the beginner django back end developer.

2025-02-13 Thread Miky Rola
Hi Balaji,
 Make sure you are correctly sending credentials (e.g., username and
password) to the login endpoint. Typically, the request should be something
like:
curl -X POST "https://yourapi.com/api/login/"; \
 -H "Content-Type: application/json" \
 -d '{"username": "username", "password": "password"}'
regards,
miky

On Thu, 13 Feb 2025 at 15:01, Balaji V 
wrote:

> while working inside the project I getting the error for generating the
> token. the error was shown {
> "detail": "Authentication credentials were not provided."
> }
> how to fix this error to get the token from the login api of the website
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion visit
> https://groups.google.com/d/msgid/django-developers/80e1a208-ec66-42de-9762-11f8d97ce75fn%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/django-developers/CAA5xHrUHE%3DkwKv0vGP9bSM3CgE029PKDojqU4ME%2BPru5YscL8A%40mail.gmail.com.