Re: New to django, trying to implement a comment system, and rather uncertain about how to go about it

2013-07-15 Thread carlos
Hi ben you are try with this app http://disqus.com/ or you can use comment contrib app read this tutorial http://lightbird.net/dbe/blog.html#comments Cheers On Mon, Jul 15, 2013 at 2:52 PM, Ben Spatafora wrote: > Okay, I'm pretty new to django (and coding in general), so please bear > with me.

New to django, trying to implement a comment system, and rather uncertain about how to go about it

2013-07-15 Thread Ben Spatafora
Okay, I'm pretty new to django (and coding in general), so please bear with me. I'm trying to create the most basic features of a forum, and I had a few questions about how to go about doing this. So far, I've set up a post-only (i.e., no way to comment) project that consists of a single app