MANIFEST.in
README.rst
setup.cfg
setup.py
comment/__init__.py
comment/admin.py
comment/apps.py
comment/forms.py
comment/models.py
comment/urls.py
comment/utils.py
comment/views.py
comment/api/__init__.py
comment/api/permissions.py
comment/api/serializers.py
comment/api/urls.py
comment/api/views.py
comment/migrations/0001_initial.py
comment/migrations/0002_comment_edit_date.py
comment/migrations/0003_auto_20200419_1423.py
comment/migrations/__init__.py
comment/static/css/bootstrap-4.1.1.css
comment/static/css/comment.css
comment/static/js/bootstrap.min.js
comment/static/js/comment.js
comment/static/js/jquery-3.2.1.min.js
comment/templates/comment/base.html
comment/templates/comment/bootstrap.html
comment/templates/comment/child_comment.html
comment/templates/comment/comment_form.html
comment/templates/comment/comment_modal.html
comment/templates/comment/content.html
comment/templates/comment/create_comment.html
comment/templates/comment/image.html
comment/templates/comment/pagination.html
comment/templates/comment/parent_comment.html
comment/templates/comment/static.html
comment/templates/comment/static_jquery.html
comment/templates/comment/update_comment.html
comment/templatetags/__init__.py
comment/templatetags/comment_tags.py
comment/tests/__init__.py
comment/tests/base.py
comment/tests/test_api.py
comment/tests/test_models.py
comment/tests/test_template_tags.py
comment/tests/test_utils.py
comment/tests/test_views.py
django_comments_dab.egg-info/PKG-INFO
django_comments_dab.egg-info/SOURCES.txt
django_comments_dab.egg-info/dependency_links.txt
django_comments_dab.egg-info/not-zip-safe
django_comments_dab.egg-info/requires.txt
django_comments_dab.egg-info/top_level.txt
docs/source/Changelog.rst
docs/source/License.rst
docs/source/Web API.rst
docs/source/conf.py
docs/source/help.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/introduction.rst
docs/source/setup.rst
docs/source/styling.rst