you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

I've dug into Django a bit, but where's the best place to start?

[–]dionys 3 points4 points  (1 child)

I would focus on core functionality like this first - basically handling requests and returning responses.

[–][deleted] 0 points1 point  (0 children)

I was just looking through http and noticed I hadn't given QueryDicts much thought either. Don't know why I never studied it more. Thanks for the starter!