.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
requirements-test.txt
requirements.txt
requirements_dev.txt
runtests.py
setup.cfg
setup.py
tox.ini
bgfiles/__init__.py
bgfiles/http.py
bgfiles/models.py
bgfiles/toolbox.py
bgfiles/views.py
bgfiles/management/__init__.py
bgfiles/management/commands/__init__.py
bgfiles/management/commands/bgfiles.py
bgfiles/migrations/0001_initial.py
bgfiles/migrations/__init__.py
bgfiles/patterns/__init__.py
bgfiles/patterns/base.py
bgfiles/patterns/celery.py
bgfiles/patterns/registry.py
dj_bgfiles.egg-info/PKG-INFO
dj_bgfiles.egg-info/SOURCES.txt
dj_bgfiles.egg-info/dependency_links.txt
dj_bgfiles.egg-info/not-zip-safe
dj_bgfiles.egg-info/top_level.txt
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
tests/__init__.py
tests/test_http.py
tests/test_models.py
tests/test_patterns.py
tests/test_registry.py
tests/test_toolbox.py
tests/test_views.py
tests/utils.py