MANIFEST.in
README.rst
pyproject.toml
requirements.core.txt
requirements.txt
setup.py
core_json_app/__init__.py
core_json_app/urls.py
core_json_app.egg-info/PKG-INFO
core_json_app.egg-info/SOURCES.txt
core_json_app.egg-info/dependency_links.txt
core_json_app.egg-info/requires.txt
core_json_app.egg-info/top_level.txt
core_json_app/commons/__init__.py
core_json_app/commons/exceptions.py
core_json_app/components/__init__.py
core_json_app/components/data/__init__.py
core_json_app/components/data/api.py
core_json_app/components/template/__init__.py
core_json_app/components/template/api.py
core_json_app/components/template_version_manager/__init__.py
core_json_app/components/template_version_manager/api.py
core_json_app/rest/__init__.py
core_json_app/rest/urls.py
core_json_app/rest/data/__init__.py
core_json_app/rest/data/serializers.py
core_json_app/rest/data/views.py
core_json_app/rest/template/__init__.py
core_json_app/rest/template/views.py
core_json_app/rest/template_version_manager/__init__.py
core_json_app/rest/template_version_manager/serializers.py
core_json_app/rest/template_version_manager/views.py
core_json_app/utils/__init__.py
core_json_app/utils/json_utils.py
tests/__init__.py
tests/test_settings.py
tests/test_utils.py
tests/components/__init__.py
tests/components/data/__init__.py
tests/components/data/tests_unit.py
tests/components/template/__init__.py
tests/components/template/tests_unit.py
tests/components/template_version_manager/__init__.py
tests/components/template_version_manager/tests_unit.py
tests/rest/__init__.py
tests/rest/data/__init__.py
tests/rest/data/tests_int.py
tests/rest/data/fixtures/__init__.py
tests/rest/data/fixtures/fixtures.py
tests/rest/user/__init__.py
tests/rest/user/fixtures/__init__.py
tests/rest/user/fixtures/fixtures.py
tests/utils/__init__.py
tests/utils/tests_json_utils.py