I have a nice FeinCMS based article that I want to keep using, but I want to display them on the front end with React.
I've been trying to use DRF to serialize my Articles but I haven't figured out how to get to the content_types.
In the ORM, it's [model].content.[region] but I can't seem to get to that using the rest framework..
Has anyone done this before?
I have a nice FeinCMS based article that I want to keep using, but I want to display them on the front end with React.
I've been trying to use DRF to serialize my Articles but I haven't figured out how to get to the content_types.
In the ORM, it's
[model].content.[region]but I can't seem to get to that using the rest framework..Has anyone done this before?