[Fixed]-Django rest framework unable to select item to post

1👍

You want to look at the “serializer relation” section of the documentation.

You’ll likely want to use a SlugRelatedField instead of the CharField.
Also note that your comments are marked as read_only on the code extract while it read/write on your screenshot.

Leave a comment