.coveragerc
.flake8
AUTHORS
ChangeLog
Dockerfile
LICENSE
MANIFEST.in
README.md
codecov.yml
manage.py
requirements-dev.txt
requirements-test.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.circleci/config.yml
bin/analyze
bin/coverage
bin/deploy
bin/install
bin/lint
bin/readme
bin/tag
bin/test
bin/local/build
bin/local/test
django_roadies.egg-info/PKG-INFO
django_roadies.egg-info/SOURCES.txt
django_roadies.egg-info/dependency_links.txt
django_roadies.egg-info/not-zip-safe
django_roadies.egg-info/pbr.json
django_roadies.egg-info/requires.txt
django_roadies.egg-info/top_level.txt
roadies/__init__.py
roadies/handlers.py
roadies/test.py
tests/__init__.py
tests/models.py
tests/settings.py
tests/test_handlers.py
tests/test_on_commit_mock.py
tests/test_temp_models.py
tests/myapp/__init__.py
tests/myapp/apps.py
tests/myapp/handlers.py
tests/myapp/models.py