.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/test.yml
drf_generic_contact/__init__.py
drf_generic_contact.egg-info/PKG-INFO
drf_generic_contact.egg-info/SOURCES.txt
drf_generic_contact.egg-info/dependency_links.txt
drf_generic_contact.egg-info/requires.txt
drf_generic_contact.egg-info/top_level.txt
drf_generic_contact/rest/__init__.py
drf_generic_contact/rest/serializers.py
drf_generic_contact/rest/views.py
tests/manage.py
tests/core/__init__.py
tests/core/settings.py
tests/core/urls.py
tests/core/wsgi.py
tests/testapp/__init__.py
tests/testapp/apps.py
tests/testapp/tests/__init__.py
tests/testapp/tests/test_api.py