MANIFEST.in
README
setup.py
django_shitty_forum.egg-info/PKG-INFO
django_shitty_forum.egg-info/SOURCES.txt
django_shitty_forum.egg-info/dependency_links.txt
django_shitty_forum.egg-info/top_level.txt
forum/__init__.py
forum/admin.py
forum/feeds.py
forum/forms.py
forum/managers.py
forum/models.py
forum/signals.py
forum/sitemap.py
forum/urls.py
forum/views.py
forum/migrations/0001_initial.py
forum/migrations/0002_auto__add_field_forum_site__add_field_thread_site.py
forum/migrations/0003_auto__add_field_forum_only_staff_posts__add_field_forum_only_staff_rea.py
forum/migrations/__init__.py
forum/templates/forum_base.html
forum/templates/forum/forum_list.html
forum/templates/forum/newthread.html
forum/templates/forum/notify.txt
forum/templates/forum/previewthread.html
forum/templates/forum/reply.html
forum/templates/forum/thread.html
forum/templates/forum/thread_base.html
forum/templates/forum/thread_list.html
forum/templates/forum/thread_list_base.html
forum/templates/forum/updatesubs.html
forum/templates/forum/feeds/post_description.html
forum/templates/forum/feeds/post_title.html
forum/templatetags/__init__.py
forum/templatetags/forum_tags.py