[Django]-Django-rest-framework many-to-many relations. Create if not exists

3👍

Hashtags are not string, but dict in that example. You have to submit:

{
    "hashtags": [{"hashtag": "hashtag"}], 
    "title": "title", 
    "message": "message"
}

Leave a comment