LICENSE
MANIFEST.in
README.md
setup.py
django_forums.egg-info/PKG-INFO
django_forums.egg-info/SOURCES.txt
django_forums.egg-info/dependency_links.txt
django_forums.egg-info/requires.txt
django_forums.egg-info/top_level.txt
forums/__init__.py
forums/admin.py
forums/dbgettext_registration.py
forums/forms.py
forums/models.py
forums/urls.py
forums/views.py
forums/migrations/0001_initial.py
forums/migrations/0002_auto__add_field_forum_is_closed.py
forums/migrations/__init__.py
forums/templates/forums/category_list.html
forums/templates/forums/forum_detail.html
forums/templates/forums/post_create.html
forums/templates/forums/topic_create.html
forums/templates/forums/topic_detail.html
forums/templatetags/__init__.py
forums/templatetags/forums.py
forums/tests/__init__.py
forums/tests/factories.py
forums/tests/models_tests.py
forums/tests/runtests.py
forums/tests/urls.py
forums/tests/views_tests.py