I'm making a small personal django website for a beginning architect and should, among others, contain blogging functionality. I have been wondering for a while whether I should use an existing blogging app or write my own.
Of course there are many possible apps to use and for me, Zinnia looks pretty promising. However, I do have a problem with the way comments are implemented. As far as I can see it is implemented using the Django's commenting framework, but according to the Django documentation, this is deprecated (and should be replaced by a custom solution or something like Disqus).
So my question is: is there a way to disable comments in Zinnia completely (because I most likely won't need it). And also, is it possible to use Disqus in Zinnia? Because I can't really find anything on that in their documentation.