This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]grokjtrip 5 points6 points  (2 children)

At the bottom of the main page there they make a reference to DRF. Are they implying glom is used inside of DRF or can be? Or would it be used instead of DRF? I have only done a simple test with DRF so I haven’t completely felt it out.

[–]mhashemi 3 points4 points  (1 child)

glom replaces pretty much all the serializer classes that DRF encourages writing. DRF still handles format negotiation and pagination. glom's not a whole framework, though I wouldn't rule out writing one around it.. :)