Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Introduction & Contribution Interest – Django

73 views
Skip to first unread message

Ahmed Nassar

unread,
Feb 8, 2025, 11:40:47 AMFeb 8
to Django developers (Contributions to Django itself)
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

BALAJI V

unread,
Feb 13, 2025, 10:01:42 AMFeb 13
to Django developers (Contributions to Django itself)

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!

Desh Deepak

unread,
Feb 14, 2025, 9:57:05 AMFeb 14
to django-d...@googlegroups.com
Please share the specific piece of code where this token is being created.

--
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-develop...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/django-developers/f69b21c0-09a6-4e1d-9a4c-4228d225cec7n%40googlegroups.com.

Thamarai Selvan

unread,
Feb 14, 2025, 9:57:06 AMFeb 14
to django-d...@googlegroups.com
Hi Balaji,

If you add token validation globally like using session or jwt token authentication in middleware , generally all requests comes under the token validation in other words all endpoints are protected.


But we will get token after login successfully. So here you have to make the login endpoint unprotected by using allowany permission class or decorator in Django as per the requirement.

Try this and let me know for further assistance 

Happy coding…!

Thanks,
Thamaraiselvan 

--

Adam Johnson

unread,
Feb 14, 2025, 10:47:02 AMFeb 14
to Thamarai Selvan, django-d...@googlegroups.com
Hello Ahmed

The forum is way more active these days. It's worth repeating your introduction there, perhaps under membership: https://forum.djangoproject.com/c/internals/mentorship/10 .

Balaji, you can also try asking there for support.

Good luck all.
Reply all
Reply to author
Forward
0 new messages