MANIFEST.in
README.md
setup.cfg
setup.py
django_isomorphic.egg-info/PKG-INFO
django_isomorphic.egg-info/SOURCES.txt
django_isomorphic.egg-info/dependency_links.txt
django_isomorphic.egg-info/requires.txt
django_isomorphic.egg-info/top_level.txt
isomorphic/__init__.py
isomorphic/apps.py
isomorphic/client/__init__.py
isomorphic/client/template_client.py
isomorphic/javascript/Makefile
isomorphic/javascript/index.js
isomorphic/javascript/npm-debug.log
isomorphic/javascript/package.json
isomorphic/javascript/dist/template-server.js
isomorphic/javascript/src/template-server.js
isomorphic/javascript/src/renderer/react/react-template-renderer.js
isomorphic/javascript/src/renderer/react/template-loader.js
isomorphic/server/__init__.py
isomorphic/server/template_server.py
isomorphic/template/__init__.py
isomorphic/template/backend.py
isomorphic/template/engine.py
isomorphic/template/loaders.py
isomorphic/templatetags/__init__.py
isomorphic/templatetags/djangojs.py
tests/__init__.py
tests/conftest.py
tests/test_backend.py
tests/test_engine.py
tests/test_loader.py
tests/test_template.py
tests/test_template_client.py
tests/test_template_server.py
tests/test_template_tag.py