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
- Host: GitHub
- URL: https://github.com/kylefox/django-comments
- Owner: kylefox
- Created: 2009-09-07T14:22:18.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2014-02-25T18:08:31.000Z (over 12 years ago)
- Last Synced: 2025-02-09T21:32:21.097Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 130 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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