MANIFEST.in
setup.py
comments/__init__.py
comments/admin.py
comments/forms.py
comments/models.py
comments/tests.py
comments/urls.py
comments/views.py
comments/migrations/0001_initial.py
comments/migrations/__init__.py
comments/static/js/comments.js
comments/static/js/jquery.js
comments/templates/comments/base_comment.html
comments/templates/comments/comment.html
comments/templates/comments/comment_edit_form.html
comments/templates/comments/comment_form.html
comments/templates/comments/comments.html
comments/templates/comments/jQuery.html
comments/templatetags/__init__.py
comments/templatetags/comments_tags.py
django_ajax_comments.egg-info/PKG-INFO
django_ajax_comments.egg-info/SOURCES.txt
django_ajax_comments.egg-info/dependency_links.txt
django_ajax_comments.egg-info/not-zip-safe
django_ajax_comments.egg-info/top_level.txt
docs/Makefile
test_app/__init__.py
test_app/settings.py
test_app/urls.py