CHANGES
MANIFEST.in
Makefile
README.rst
setup.cfg
setup.py
tox.ini
docs/source/changes.rst
docs/source/conf.py
docs/source/index.rst
docs/source/_ext/applyxrefs.py
docs/source/_ext/djangodocs.py
docs/source/_ext/literals_to_xrefs.py
docs/source/_static/rtd.css
src/crashlog/__init__.py
src/crashlog/admin.py
src/crashlog/config.py
src/crashlog/middleware.py
src/crashlog/models.py
src/crashlog/migrations/0001_initial.py
src/crashlog/migrations/__init__.py
src/crashlog/templates/admin/crashlog/error_form.html
src/django_crashlog.egg-info/PKG-INFO
src/django_crashlog.egg-info/SOURCES.txt
src/django_crashlog.egg-info/dependency_links.txt
src/django_crashlog.egg-info/not-zip-safe
src/django_crashlog.egg-info/requires.txt
src/django_crashlog.egg-info/top_level.txt
src/requirements/develop.pip
src/requirements/docs.pip
src/requirements/install.pip
src/requirements/testing.pip
tests/.coveragerc
tests/conftest.py
tests/test_admin.py
tests/test_middleware.py
tests/demo/manage.py
tests/demo/demoproject/__init__.py
tests/demo/demoproject/models.py
tests/demo/demoproject/settings.py
tests/demo/demoproject/urls.py