SOURCES.txt 790 Bytes
README.txt
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/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/top_level.txt
tests/custom_comments/__init__.py
tests/custom_comments/forms.py
tests/custom_comments/models.py
tests/custom_comments/views.py