Re: Active Django Communities

2022-08-10 Thread Dieu merci Dramani
You're welcom ! Le mer. 10 août 2022 à 15:48, Abdullah Nafees a écrit : > Hey all, > > I am a new Django and Django REST user. I was wondering what and how many > official user communities exist for Django as there is the Python Discord > server which is pretty active. Thank you. > > > -- > You

Re: dlango MultiValueDictKeyError

2022-08-10 Thread Lakshyaraj Dash
You may have missed the name attribute in your form input On Wed, Aug 10, 2022, 19:18 Benji Zachariah wrote: > I am getting an below error in module GET and POST > > MultiValueDictKeyError at /user-details > > 'Name' > > Request Method:GET > Request URL:http://127.0.0.1:8000/user-details

Re: dlango MultiValueDictKeyError

2022-08-10 Thread Abdul Qoyyuum
What have you tried to do? Is there a particular key that causes this? Can you share the full stack traceback please? On Wed, Aug 10, 2022 at 9:49 PM Benji Zachariah wrote: > I am getting an below error in module GET and POST > > MultiValueDictKeyError at /user-details > > 'Name' > > Request Met

dlango MultiValueDictKeyError

2022-08-10 Thread Benji Zachariah
I am getting an below error in module GET and POST MultiValueDictKeyError at /user-details 'Name' Request Method:GET Request URL:http://127.0.0.1:8000/user-details Django Version:4.0.6 Exception Type:MultiValueDictKeyError Exception Value: 'Name' Exception Location: C:\U

Active Django Communities

2022-08-10 Thread Abdullah Nafees
Hey all, I am a new Django and Django REST user. I was wondering what and how many official user communities exist for Django as there is the Python Discord server which is pretty active. Thank you. -- You received this message because you are subscribed to the Google Groups "Django users" g