Team-uMigrate / umigrate

Source code for the uMigrate project
13 stars 2 forks source link

API: Replies to comments #237

Closed deandrebaker closed 4 years ago

deandrebaker commented 4 years ago

We need to create reply models for each of the posting comment types. They will be identical to comments, but instead of having a foreign key field that points to a posting, it will point to a comment. We also need endpoints for these replies.

Sub-tasks:

Note: