LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
django_testimonials.egg-info/PKG-INFO
django_testimonials.egg-info/SOURCES.txt
django_testimonials.egg-info/dependency_links.txt
django_testimonials.egg-info/not-zip-safe
django_testimonials.egg-info/requires.txt
django_testimonials.egg-info/top_level.txt
docs/api.md
docs/configuration.md
docs/customization.md
docs/deployment.md
docs/installation.md
docs/performance.md
testimonials/__init__.py
testimonials/admin.py
testimonials/apps.py
testimonials/conf.py
testimonials/constants.py
testimonials/exceptions.py
testimonials/fields.py
testimonials/forms.py
testimonials/managers.py
testimonials/signals.py
testimonials/tasks.py
testimonials/urls.py
testimonials/utils.py
testimonials/validators.py
testimonials/api/__init__.py
testimonials/api/filters.py
testimonials/api/permissions.py
testimonials/api/serializers.py
testimonials/api/urls.py
testimonials/api/views.py
testimonials/dashboard/__init__.py
testimonials/dashboard/urls.py
testimonials/dashboard/views.py
testimonials/migrations/0001_initial.py
testimonials/migrations/__init__.py
testimonials/mixins/__init__.py
testimonials/mixins/manager_mixins.py
testimonials/mixins/validation_mixins.py
testimonials/models/__init__.py
testimonials/models/base.py
testimonials/models/testimonial.py
testimonials/services/__init__.py
testimonials/services/cache_service.py
testimonials/services/task_executor.py
testimonials/static/testimonials/css/admin.css
testimonials/static/testimonials/js/admin.js
testimonials/templates/testimonials/dashboard/analytics.html
testimonials/templates/testimonials/dashboard/base.html
testimonials/templates/testimonials/dashboard/categories.html
testimonials/templates/testimonials/dashboard/moderation.html
testimonials/templates/testimonials/dashboard/overview.html
testimonials/templates/testimonials/emails/new_testimonial_body.html
testimonials/templates/testimonials/emails/new_testimonial_body.txt
testimonials/templates/testimonials/emails/new_testimonial_subject.txt
testimonials/templates/testimonials/emails/testimonial_approved_body.html
testimonials/templates/testimonials/emails/testimonial_approved_body.txt
testimonials/templates/testimonials/emails/testimonial_approved_subject.txt
testimonials/templates/testimonials/emails/testimonial_rejected_body.html
testimonials/templates/testimonials/emails/testimonial_rejected_body.txt
testimonials/templates/testimonials/emails/testimonial_rejected_subject.txt
testimonials/templates/testimonials/emails/testimonial_response_body.html
testimonials/templates/testimonials/emails/testimonial_response_body.txt
testimonials/templates/testimonials/emails/testimonial_response_subject.txt
testimonials/templates/testimonials/widgets/star_rating.htm
testimonials/tests/__init__.py
testimonials/tests/test_admin.py
testimonials/tests/test_api_views.py
testimonials/tests/test_cache_service.py
testimonials/tests/test_dashboard_views.py
testimonials/tests/test_fields.py
testimonials/tests/test_filters.py
testimonials/tests/test_forms.py
testimonials/tests/test_manager_mixins.py
testimonials/tests/test_managers.py
testimonials/tests/test_model.py
testimonials/tests/test_permissions.py
testimonials/tests/test_serializers.py
testimonials/tests/test_signals.py
testimonials/tests/test_task_executor.py
testimonials/tests/test_tasks.py
testimonials/tests/test_templates.py
testimonials/tests/test_utils.py
testimonials/tests/test_validation_mixins.py
testimonials/tests/test_validators.py