Re: Commenting system to use to build with REST API

2016-01-12 Thread amarshall
Thank you. I ended up doing just that and writing my own. works great :D On Wednesday, December 23, 2015 at 1:18:52 PM UTC-5, Dheerendra Rathor wrote: > > You can write your own system with just two models - Post and Comment. > Then write custom serializers and viewsets to submit comments. > It

Re: Commenting system to use to build with REST API

2015-12-23 Thread Dheerendra Rathor
You can write your own system with just two models - Post and Comment. Then write custom serializers and viewsets to submit comments. It's an easy task and won't take much of your time. I've worked in similar fashion on few of my own works. Here is a link of custom models I wrote: https://github.c