LICENSE
README.md
setup.cfg
setup.py
ckc/__init__.py
ckc/models.py
ckc/providers.py
ckc/serializers.py
ckc/management/__init__.py
ckc/management/commands/__init__.py
ckc/management/commands/upload_file.py
django_ckc.egg-info/PKG-INFO
django_ckc.egg-info/SOURCES.txt
django_ckc.egg-info/dependency_links.txt
django_ckc.egg-info/not-zip-safe
django_ckc.egg-info/top_level.txt
testproject/__init__.py
testproject/manage.py
testproject/settings.py
testproject/urls.py
testproject/testapp/__init__.py
testproject/testapp/factories.py
testproject/testapp/models.py
testproject/testapp/serializers.py
testproject/testapp/viewsets.py
tests/__init__.py
tests/integration/__init__.py
tests/integration/test_default_user_create_mixin.py
tests/integration/test_factories.py
tests/integration/test_soft_delete.py