An open API service indexing awesome lists of open source software.

https://github.com/kylefox/django-comments

An alternative comments app for django
https://github.com/kylefox/django-comments

Last synced: over 1 year ago
JSON representation

An alternative comments app for django

Awesome Lists containing this project

README

          

# This library is no longer actively developed or supported.

It's 4+ years old and not in any production apps — none of my production apps, anyway.

It exists purely for posterity, reference, and nostalgia!

# About Django-Comments

I don't really like the comments app included with Django. This app provides an alternative to `django.contrib.comments`

This app is going to be *opinionated*. That means there won't be mounds of customization & settings. Instead, I'm doing things exactly how I want them. If that suits you, great! Otherwise feel free to fork this app and modify to your preference.

This will be an updated and revamped version of my previous [django-simple-comments](http://code.google.com/p/django-simple-comments/) app