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 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/4a9a3cce-a310-498d-8651-d6dfe3cc8bb1n%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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CADDd42Y5jqUjHrP9VzhUr6O8YGTqByohS-22%2BizJnE-cXWi4Vw%40mail.gmail.com.


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
> Django Version:4.0.6
> Exception Type:MultiValueDictKeyError
> Exception Value:
> 'Name'
> Exception Location:
>  
> C:\Users\Megha\AppData\Local\Programs\Python\Python310\lib\site-packages\django\utils\datastructures.py,
> line 86, in __getitem__
> Python Executable:
>  C:\Users\Megha\AppData\Local\Programs\Python\Python310\python.exe
> Python Version:3.10.5
> Python Path:
> ['C:\\Users\\Megha\\django\\form',
>
>  
> 'C:\\Users\\Megha\\AppData\\Local\\Programs\\Python\\Python310\\python310.zip',
>  'C:\\Users\\Megha\\AppData\\Local\\Programs\\Python\\Python310\\DLLs',
>  '
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/d62d078b-87b7-40c3-82fe-ad203e724357n%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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAF7qQgAL35D70H7Z7rediJO_j%2BWzr0EYCnN1XkFUHbnmB6aF6Q%40mail.gmail.com.


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 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:\Users\Megha\AppData\Local\Programs\Python\Python310\lib\site-packages\django\utils\datastructures.py,
> line 86, in __getitem__
> Python Executable:
>  C:\Users\Megha\AppData\Local\Programs\Python\Python310\python.exe
> Python Version:3.10.5
> Python Path:
> ['C:\\Users\\Megha\\django\\form',
>
>  
> 'C:\\Users\\Megha\\AppData\\Local\\Programs\\Python\\Python310\\python310.zip',
>  'C:\\Users\\Megha\\AppData\\Local\\Programs\\Python\\Python310\\DLLs',
>  '
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/d62d078b-87b7-40c3-82fe-ad203e724357n%40googlegroups.com
> 
> .
>


-- 
Abdul Qoyyuum Bin Haji Abdul Kadir
HP No: +673 720 8043

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAA3DN%3DV43KFnKTM92wBj5L5z9f92WmS0NcRzjkaOrird8Xr0iw%40mail.gmail.com.


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:\Users\Megha\AppData\Local\Programs\Python\Python310\lib\site-packages\django\utils\datastructures.py,
 
line 86, in __getitem__
Python Executable:   
 C:\Users\Megha\AppData\Local\Programs\Python\Python310\python.exe
Python Version:3.10.5
Python Path:
['C:\\Users\\Megha\\django\\form',
 'C:\\Users\\Megha\\AppData\\Local\\Programs\\Python\\Python310\\python310.zip',
 'C:\\Users\\Megha\\AppData\\Local\\Programs\\Python\\Python310\\DLLs',
 '

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d62d078b-87b7-40c3-82fe-ad203e724357n%40googlegroups.com.


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" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4a9a3cce-a310-498d-8651-d6dfe3cc8bb1n%40googlegroups.com.