LICENSE.txt
MANIFEST.in
README.rst
setup.py
django_comments/__init__.py
django_comments/admin.py
django_comments/feeds.py
django_comments/forms.py
django_comments/managers.py
django_comments/models.py
django_comments/moderation.py
django_comments/signals.py
django_comments/urls.py
django_comments/migrations/0001_initial.py
django_comments/migrations/__init__.py
django_comments/templates/comments/400-debug.html
django_comments/templates/comments/approve.html
django_comments/templates/comments/approved.html
django_comments/templates/comments/base.html
django_comments/templates/comments/delete.html
django_comments/templates/comments/deleted.html
django_comments/templates/comments/flag.html
django_comments/templates/comments/flagged.html
django_comments/templates/comments/form.html
django_comments/templates/comments/list.html
django_comments/templates/comments/posted.html
django_comments/templates/comments/preview.html
django_comments/templatetags/__init__.py
django_comments/templatetags/comments.py
django_comments/views/__init__.py
django_comments/views/comments.py
django_comments/views/moderation.py
django_comments/views/utils.py
django_contrib_comments.egg-info/PKG-INFO
django_contrib_comments.egg-info/SOURCES.txt
django_contrib_comments.egg-info/dependency_links.txt
django_contrib_comments.egg-info/requires.txt
django_contrib_comments.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/custom.txt
docs/example.txt
docs/extensions.py
docs/forms.txt
docs/index.txt
docs/make.bat
docs/models.txt
docs/moderation.txt
docs/porting.txt
docs/quickstart.txt
docs/settings.txt
docs/signals.txt
docs/_build/doctrees/custom.doctree
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/example.doctree
docs/_build/doctrees/forms.doctree
docs/_build/doctrees/index.doctree
docs/_build/doctrees/models.doctree
docs/_build/doctrees/moderation.doctree
docs/_build/doctrees/porting.doctree
docs/_build/doctrees/quickstart.doctree
docs/_build/doctrees/settings.doctree
docs/_build/doctrees/signals.doctree
docs/_build/html/.buildinfo
docs/_build/html/custom.html
docs/_build/html/example.html
docs/_build/html/forms.html
docs/_build/html/genindex.html
docs/_build/html/index.html
docs/_build/html/models.html
docs/_build/html/moderation.html
docs/_build/html/objects.inv
docs/_build/html/porting.html
docs/_build/html/py-modindex.html
docs/_build/html/quickstart.html
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/settings.html
docs/_build/html/signals.html
docs/_build/html/_sources/custom.txt
docs/_build/html/_sources/example.txt
docs/_build/html/_sources/forms.txt
docs/_build/html/_sources/index.txt
docs/_build/html/_sources/models.txt
docs/_build/html/_sources/moderation.txt
docs/_build/html/_sources/porting.txt
docs/_build/html/_sources/quickstart.txt
docs/_build/html/_sources/settings.txt
docs/_build/html/_sources/signals.txt
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/basic.css
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/default.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/jquery.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/sidebar.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/_build/html/_static/websupport.js
tests/__init__.py
tests/runtests.py
tests/custom_comments/__init__.py
tests/custom_comments/forms.py
tests/custom_comments/models.py
tests/custom_comments/views.py
tests/testapp/__init__.py
tests/testapp/models.py
tests/testapp/urls.py
tests/testapp/urls_admin.py
tests/testapp/urls_default.py
tests/testapp/fixtures/comment_tests.json
tests/testapp/fixtures/comment_utils.xml
tests/testapp/templates/comments/comment_notification_email.txt
tests/testapp/tests/__init__.py
tests/testapp/tests/app_api_tests.py
tests/testapp/tests/comment_form_tests.py
tests/testapp/tests/comment_utils_moderators_tests.py
tests/testapp/tests/comment_view_tests.py
tests/testapp/tests/feed_tests.py
tests/testapp/tests/model_tests.py
tests/testapp/tests/moderation_view_tests.py
tests/testapp/tests/templatetag_tests.py