by joshfinnie on 1/12/16, 3:20 PM with 32 comments
by wylee on 1/12/16, 4:51 PM
Tangentially, I can't imagine using Django without DRF. It makes setting up RESTful(ish) APIs so easy. Even if you don't care much about the RESTful aspects, it provides a much nicer way to organize your code than default Django IMO. I especially like how serialization works versus Django forms.
by adpirz on 1/12/16, 5:15 PM
by riebschlager on 1/12/16, 4:28 PM
Anyone have any worthwhile Django learning resources to share? (Other than Django's own docs, which are great.)
by Emouri on 1/12/16, 4:00 PM
by godzillabrennus on 1/12/16, 7:49 PM
by pbreit on 1/12/16, 4:24 PM
I sort of know the answers but remain unsatisfied.
And then the author sets up a needlessly overcomplicated data model situation.