Posts by TheuzC • 1 point
1 post
-
0
votes1
answer738
viewsQ: Passing an array via Ajax to view Django
I plan to pass an array via Ajax to my Django view, but there is always an error stream_or_string = stream_or_string.read() Attributeerror: 'Nonetype' Object has no attribute 'read' $.ajax({ url:…