MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
baseapp_core/__init__.py
baseapp_core/asgi.py
baseapp_core/channels.py
baseapp_core/constants.py
baseapp_core/debug_toolbar.py
baseapp_core/deep_links.py
baseapp_core/deprecation.py
baseapp_core/exceptions.py
baseapp_core/logging.py
baseapp_core/middleware.py
baseapp_core/models.py
baseapp_core/sentry.py
baseapp_core/swappable.py
baseapp_core/tokens.py
baseapp_core/utils.py
baseapp_core/wsgi.py
baseapp_core.egg-info/PKG-INFO
baseapp_core.egg-info/SOURCES.txt
baseapp_core.egg-info/dependency_links.txt
baseapp_core.egg-info/requires.txt
baseapp_core.egg-info/top_level.txt
baseapp_core/graphql/__init__.py
baseapp_core/graphql/connections.py
baseapp_core/graphql/consumers.py
baseapp_core/graphql/decorators.py
baseapp_core/graphql/errors.py
baseapp_core/graphql/fields.py
baseapp_core/graphql/middlewares.py
baseapp_core/graphql/models.py
baseapp_core/graphql/mutations.py
baseapp_core/graphql/object_types.py
baseapp_core/graphql/relay.py
baseapp_core/graphql/serializer_mutation.py
baseapp_core/graphql/translation.py
baseapp_core/graphql/utils.py
baseapp_core/graphql/views.py
baseapp_core/graphql/testing/__init__.py
baseapp_core/graphql/testing/fixtures.py
baseapp_core/locale/es/LC_MESSAGES/django.mo
baseapp_core/locale/es/LC_MESSAGES/django.po
baseapp_core/rest_framework/__init__.py
baseapp_core/rest_framework/decorators.py
baseapp_core/rest_framework/fields.py
baseapp_core/rest_framework/mixins.py
baseapp_core/rest_framework/pagination.py
baseapp_core/rest_framework/routers.py
baseapp_core/rest_framework/serializers.py
baseapp_core/settings/__init__.py
baseapp_core/settings/env.py
baseapp_core/static/admin/horizontal_production.png
baseapp_core/static/admin/horizontal_staging.png
baseapp_core/static/emails/background_bottom.png
baseapp_core/static/emails/background_top.png
baseapp_core/static/emails/logo.png
baseapp_core/static/social/flat-facebook.png
baseapp_core/static/social/flat-instagram.png
baseapp_core/static/social/flat-linkedin.png
baseapp_core/static/social/flat-x.png
baseapp_core/static/social/flat-youtube.png
baseapp_core/templates/admin/base_site.html
baseapp_core/templates/emails/base.html.j2
baseapp_core/templates/emails/base.txt.j2
baseapp_core/tests/__init__.py
baseapp_core/tests/conftest.py
baseapp_core/tests/factories.py
baseapp_core/tests/fixtures.py
baseapp_core/tests/helpers.py
baseapp_core/tests/mixins.py
baseapp_core/tests/settings.py
baseapp_core/tests/test_case_insensitive_fields.py
baseapp_core/tests/test_celery_beat_health_check.py
baseapp_core/tests/test_jwt_auth_middleware.py
baseapp_core/tests/test_middleware.py
baseapp_core/tests/test_migration_health_check.py
baseapp_core/tests/test_random_name_generators.py
baseapp_core/tests/test_token_generator.py
testproject/__init__.py
testproject/settings.py