Best way to make a view for a simple post-comment page?

2013-08-05 Thread Ben Spatafora
Beginner here looking for advice as to the simplest, best-practicey way to do this. Right now I'm just piping a generic, class-based DetailView to a template that displays an instance of a "Post" model and all of its ForeignKey "Comment" model instances. I'd like to keep things as simple, ev

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