LICENSE.md
MANIFEST.in
README.md
setup.cfg
setup.py
ai_django_core/__init__.py
ai_django_core/admin.py
ai_django_core/context_manager.py
ai_django_core/context_processors.py
ai_django_core/managers.py
ai_django_core/models.py
ai_django_core.egg-info/PKG-INFO
ai_django_core.egg-info/SOURCES.txt
ai_django_core.egg-info/dependency_links.txt
ai_django_core.egg-info/not-zip-safe
ai_django_core.egg-info/requires.txt
ai_django_core.egg-info/top_level.txt
ai_django_core/drf/__init__.py
ai_django_core/drf/serializers.py
ai_django_core/graphql/__init__.py
ai_django_core/graphql/forms/__init__.py
ai_django_core/graphql/forms/mutations.py
ai_django_core/graphql/schemes/__init__.py
ai_django_core/graphql/schemes/mutations.py
ai_django_core/graphql/tests/__init__.py
ai_django_core/graphql/tests/base_test.py
ai_django_core/mail/__init__.py
ai_django_core/mail/backends/__init__.py
ai_django_core/mail/backends/whitelist_smtp.py
ai_django_core/mail/services/__init__.py
ai_django_core/mail/services/tests.py
ai_django_core/middleware/__init__.py
ai_django_core/middleware/current_user.py
ai_django_core/mixins/__init__.py
ai_django_core/mixins/bleacher.py
ai_django_core/services/__init__.py
ai_django_core/services/custom_scrubber.py
ai_django_core/templatetags/__init__.py
ai_django_core/templatetags/ai_date_tags.py
ai_django_core/templatetags/ai_email_tags.py
ai_django_core/templatetags/ai_file_tags.py
ai_django_core/templatetags/ai_helper_tags.py
ai_django_core/templatetags/ai_number_tags.py
ai_django_core/templatetags/ai_object_tags.py
ai_django_core/templatetags/ai_string_tags.py
ai_django_core/tests/__init__.py
ai_django_core/tests/mixins.py
ai_django_core/utils/__init__.py
ai_django_core/utils/cache.py
ai_django_core/utils/date.py
ai_django_core/utils/file.py
ai_django_core/utils/log_whodid.py
ai_django_core/utils/math.py
ai_django_core/utils/media.py
ai_django_core/utils/model.py
ai_django_core/utils/named_tuple.py
ai_django_core/utils/string.py
ai_django_core/view-layer/__init__.py
ai_django_core/view-layer/form_mixins.py
ai_django_core/view-layer/formset_view_mixin.py
ai_django_core/view-layer/views.py
testapp/__init__.py
testapp/models.py
testapp/migrations/0001_initial.py
testapp/migrations/__init__.py
tests/__init__.py
tests/test_context_manager.py
tests/test_email_test_service.py
tests/test_log_whodid.py
tests/test_math.py
tests/test_middleware.py
tests/test_scrubbing_service.py
tests/test_utils_cache.py
tests/test_utils_date.py
tests/test_utils_file.py
tests/test_utils_model.py
tests/test_utils_named_tuple.py
tests/test_utils_string.py