Monday, February 24, 2025

Re: Inquiry

Hi Kelvin, this is the Django users mailing list, you're likely to get a better answer for this in other online spaces that are more specific to Rust!

On Sunday, 23 February 2025 at 18:42:43 UTC Kelvin McCarty wrote:
How can one get a fresh start in RUST

--
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-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/django-users/8d16e955-2c3e-494e-84d7-4110c550efd1n%40googlegroups.com.

Sunday, February 23, 2025

Inquiry

How can one get a fresh start in RUST

--
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-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/django-users/4115e37a-cd81-424b-a4b1-d6836c290b8bn%40googlegroups.com.

Saturday, February 22, 2025

Moving discussions to the forum

Hi, we've decided to officially move conversations from this mailing list to the Django Forum. The mailing list is now closed to new members, and only allows posting via the Google Groups web interface to encourage people to stop posting here – while still making it possible to do so if needed.

We will further restrict posting in the future, with the list eventually becoming a read-only archive. We have no plans to delete it, there are a lot important conversations here that our users and contributors often refer to.

This list has been invaluable to the Django community in the past, but these days it seems most conversations have moved on to other places, so the list only increases fragmentation and moderation burden in our community. Please consider joining the Django forum and keeping discussions going there, or take a look at our Django Community page to find other online spaces.

Thank you!
Karen, on behalf of the Django Software Foundation

--
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-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/django-users/bdc4dd15-e4b1-47f0-925c-e7976a6a68e5n%40googlegroups.com.

Wednesday, February 19, 2025

Django 5.2 beta 1 released

Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2025/feb/19/django-52-beta-1-released/

--
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-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/django-users/CAN%2BfQHwOhdmDsQRMYuSY4XYiquw_QDTdbJF2BhngTZ%3D_zL0Z1g%40mail.gmail.com.

Tuesday, February 18, 2025

Re: Token Generation Errors on Login

  Thanks a lot! Your help fixed my issue. Really appreciate the support!  

On Wednesday, February 19, 2025 at 9:08:40 AM UTC+5:30 RANGA BHARATH JINKA wrote:

Hi,

You have to provide a bearer token in the headers. Test in postman with the bearer token. If you don't provide the token you will get this error.

All the best


On Tue, 18 Feb, 2025, 9:25 pm Ephraim Iannah, <ephraimi...@gmail.com> wrote:

Did you make additional changes in the settings.py file?


On Thu, Feb 13, 2025, 4:01 PM Balaji V <balajivinot...@gmail.com> wrote:
  Hi, I'm new to Django. When I try to generate a login token, I receive these errors:
  {"detail": "Authentication credentials were not provided."}
{"error_short": "Module is not Assigned", "status": "failed"}

Any help resolving these issues.Thanks!

--
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-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/django-users/acad6643-3e00-4898-ae6b-d21a83cf5f66n%40googlegroups.com.

--
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-users...@googlegroups.com.

--
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-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/django-users/cbdb15d6-f39e-43bb-82a3-205dba7591b0n%40googlegroups.com.

Re: Token Generation Errors on Login

Hi,

You have to provide a bearer token in the headers. Test in postman with the bearer token. If you don't provide the token you will get this error.

All the best


On Tue, 18 Feb, 2025, 9:25 pm Ephraim Iannah, <ephraimiannah2006@gmail.com> wrote:

Did you make additional changes in the settings.py file?


On Thu, Feb 13, 2025, 4:01 PM Balaji V <balajivinothkumar152000@gmail.com> wrote:
  Hi, I'm new to Django. When I try to generate a login token, I receive these errors:
  {"detail": "Authentication credentials were not provided."}
{"error_short": "Module is not Assigned", "status": "failed"}

Any help resolving these issues.Thanks!

--
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-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/django-users/acad6643-3e00-4898-ae6b-d21a83cf5f66n%40googlegroups.com.

--
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-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/django-users/CALce6JfiAWVe7vEZGWkwTgP%2B%2BzDoNOngOr7eVRjtGEj3ypTDhQ%40mail.gmail.com.

--
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-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/django-users/CAK5m315stJBjBEbgK%2BR7YLvSBeZPvcvxG_DPvh_hEzgfQyEj-A%40mail.gmail.com.

Wednesday, February 12, 2025

Re: Guidance for GSoC 2025 Participation with Django

Super bien


Le mar. 11 févr. 2025, 22:51, ANIKAIT SEHWAG <anikait.sehwag.ug22@nsut.ac.in> a écrit :

I am keen to participate in GSoC 2025 with the Django organization and have been practicing Django for a considerable time. Since you were a mentor last year, I would greatly appreciate your guidance on the next steps I should take to become a part of GSoC 2025.

I have contributed to your GitHub repository by addressing issues such as "Associated FilterSelectMultiple element to their label and help text" and "Adjusted doc and config files". Additionally, I am currently working on adding screenshot functionality to runtest.py.

Your insights and advice would be invaluable in helping me further contribute and become part of your team. I look forward to your guidance.

Best regards,
Anikait

--
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-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/django-users/ae2a69c9-1bad-457d-a35a-becd657595a8n%40googlegroups.com.

--
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-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/django-users/CA%2BGQzJNKZH3GhOsmbw%3DQ94z_rbJ3zq9X6E-E3j-C9Jd2GTYzdA%40mail.gmail.com.