LICENSE
MANIFEST.in
README.md
setup.py
cachemagic/__init__.py
cachemagic/cache.py
cachemagic/client.py
cachemagic/controller.py
cachemagic/decorators.py
cachemagic/fields.py
cachemagic/related_controller.py
cachemagic/relation.py
django_cache_magic.egg-info/PKG-INFO
django_cache_magic.egg-info/SOURCES.txt
django_cache_magic.egg-info/dependency_links.txt
django_cache_magic.egg-info/requires.txt
django_cache_magic.egg-info/top_level.txt
test_project/__init__.py
test_project/manage.py
test_project/settings.py
test_project/urls.py
test_project/sample_app/__init__.py
test_project/sample_app/models.py
test_project/sample_app/tests.py
test_project/sample_app/views.py