.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/test.yml
django_generic_contact/README.md
django_generic_contact/__init__.py
django_generic_contact/admin.py
django_generic_contact/apps.py
django_generic_contact/models.py
django_generic_contact/utils.py
django_generic_contact/validators.py
django_generic_contact.egg-info/PKG-INFO
django_generic_contact.egg-info/SOURCES.txt
django_generic_contact.egg-info/dependency_links.txt
django_generic_contact.egg-info/requires.txt
django_generic_contact.egg-info/top_level.txt
django_generic_contact/migrations/0001_initial.py
django_generic_contact/migrations/0002_alter_contact_message.py
django_generic_contact/migrations/__init__.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/migrations/__init__.py
tests/testapp/tests/__init__.py
tests/testapp/tests/test_model.py
tests/testapp/tests/test_setup.py