.editorconfig
.flake8
.gitignore
LICENSE
MANIFEST.in
Makefile
README.md
manage.py
pyproject.toml
runtests.py
setup.cfg
setup.py
.github/workflows/python-publish.yml
.github/workflows/test.yml
leukeleu_django_checks/__init__.py
leukeleu_django_checks/apps.py
leukeleu_django_checks/checks.py
leukeleu_django_checks.egg-info/PKG-INFO
leukeleu_django_checks.egg-info/SOURCES.txt
leukeleu_django_checks.egg-info/dependency_links.txt
leukeleu_django_checks.egg-info/requires.txt
leukeleu_django_checks.egg-info/top_level.txt
leukeleu_django_checks/management/__init__.py
leukeleu_django_checks/management/commands/__init__.py
leukeleu_django_checks/management/commands/list_superusers.py
tests/__init__.py
tests/test_checks.py
tests/test_list_superusers.py
tests/test_settings.py
tests/custom_users/__init__.py
tests/custom_users/models.py
tests/mocks/README
tests/mocks/__init__.py
tests/mocks/mock_leukeleu_django_gdpr/__init__.py
tests/mocks/mock_sentry_sdk/__init__.py
tests/mocks/mock_wagtail/__init__.py
tests/mocks/mock_wagtail/core/__init__.py
tests/urls/__init__.py
tests/urls/admin_urls.py
tests/urls/urls.py