.coveragerc
LICENSE
MANIFEST.in
README.rst
requirements.txt
runtests.py
setup.py
django_forum_app/__init__.py
django_forum_app/admin.py
django_forum_app/forms.py
django_forum_app/models.py
django_forum_app/urls.py
django_forum_app/views.py
django_forum_app.egg-info/PKG-INFO
django_forum_app.egg-info/SOURCES.txt
django_forum_app.egg-info/dependency_links.txt
django_forum_app.egg-info/not-zip-safe
django_forum_app.egg-info/requires.txt
django_forum_app.egg-info/top_level.txt
django_forum_app/locale/en/LC_MESSAGES/django.po
django_forum_app/locale/es/LC_MESSAGES/django.po
django_forum_app/migrations/0001_initial.py
django_forum_app/migrations/__init__.py
django_forum_app/templates/django_forum_app/forum.html
django_forum_app/templates/django_forum_app/list.html
django_forum_app/templates/django_forum_app/new-topic.html
django_forum_app/templates/django_forum_app/reply.html
django_forum_app/templates/django_forum_app/topic.html
django_forum_app/tests/__init__.py
django_forum_app/tests/tests.py