LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
test_settings.py
django_simple_forums.egg-info/PKG-INFO
django_simple_forums.egg-info/SOURCES.txt
django_simple_forums.egg-info/dependency_links.txt
django_simple_forums.egg-info/not-zip-safe
django_simple_forums.egg-info/requires.txt
django_simple_forums.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/configuration.rst
docs/index.rst
docs/installation.rst
docs/overview.rst
simple_forums/__init__.py
simple_forums/admin.py
simple_forums/forms.py
simple_forums/markup_renderers.py
simple_forums/models.py
simple_forums/urls.py
simple_forums/utils.py
simple_forums/views.py
simple_forums/compatability/__init__.py
simple_forums/compatability/mixins.py
simple_forums/migrations/0001_initial.py
simple_forums/migrations/0002_message_time_created.py
simple_forums/migrations/0003_message_user.py
simple_forums/migrations/0004_auto_20160201_1656.py
simple_forums/migrations/0005_thread_slug.py
simple_forums/migrations/0006_thread_time_created.py
simple_forums/migrations/0007_topic.py
simple_forums/migrations/0008_thread_topic.py
simple_forums/migrations/0009_topic_slug.py
simple_forums/migrations/0010_thread_sticky.py
simple_forums/migrations/0011_thread_time_last_activity.py
simple_forums/migrations/__init__.py
simple_forums/templates/simple_forums/base.html
simple_forums/templates/simple_forums/login.html
simple_forums/templates/simple_forums/thread_create.html
simple_forums/templates/simple_forums/thread_detail.html
simple_forums/templates/simple_forums/thread_list.html
simple_forums/templates/simple_forums/topic_list.html
simple_forums/templates/simple_forums/snippets/render_thread_listing.html
simple_forums/templatetags/__init__.py
simple_forums/templatetags/simple_forum_tags.py
simple_forums/tests/__init__.py
simple_forums/tests/test_forms.py
simple_forums/tests/test_markup_renderers.py
simple_forums/tests/test_models.py
simple_forums/tests/test_views.py
simple_forums/tests/testing_utils.py