Django zinnia disable comments or use alternative -


i'm making small personal django website beginning architect , should, among others, contain blogging functionality. have been wondering while whether should use existing blogging app or write own.

of course there many possible apps use , me, zinnia looks pretty promising. however, have problem way comments implemented. far can see implemented using django's commenting framework, according django documentation, deprecated (and should replaced custom solution or disqus).

so question is: there way disable comments in zinnia (because won't need it). , also, possible use disqus in zinnia? because can't find on in documentation.

i integrated disqus zinnia.

because django.contrib.comments tightly coupled zinnia, decided take easiest route.

don't worry removing contributed django comments app. each blog entry want uncheck "comments enabled".

then create own zinnia theme , copy zinnia's entry_detail_base.html theme. in file replace contents block entry-comments code disqus provides in http://your_disqus_shortname.disqus.com/admin/settings/universalcode/

turns out, it's pretty easy solution.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -