.gitattributes
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
conftest.py
manage.py
pyproject.toml
setup.cfg
setup.py
tox.ini
versioneer.py
.vscode/settings.json
ci/check-migrations.sh
django_helmholtz_aai/__init__.py
django_helmholtz_aai/_version.py
django_helmholtz_aai/admin.py
django_helmholtz_aai/app_settings.py
django_helmholtz_aai/apps.py
django_helmholtz_aai/models.py
django_helmholtz_aai/py.typed
django_helmholtz_aai/signals.py
django_helmholtz_aai/urls.py
django_helmholtz_aai/views.py
django_helmholtz_aai.egg-info/PKG-INFO
django_helmholtz_aai.egg-info/SOURCES.txt
django_helmholtz_aai.egg-info/dependency_links.txt
django_helmholtz_aai.egg-info/requires.txt
django_helmholtz_aai.egg-info/top_level.txt
django_helmholtz_aai/management/__init__.py
django_helmholtz_aai/management/commands/__init__.py
django_helmholtz_aai/management/commands/remove_empty_vos.py
django_helmholtz_aai/migrations/0001_initial.py
django_helmholtz_aai/migrations/0002_auto_20220214_1413.py
django_helmholtz_aai/migrations/0003_auto_20220301_1739.py
django_helmholtz_aai/migrations/__init__.py
django_helmholtz_aai/templatetags/helmholtz_aai.py
django_helmholtz_aai/tests/__init__.py
django_helmholtz_aai/tests/test_authentification_view.py
docs/Makefile
docs/api.rst
docs/common-problems.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/requirements.txt
testproject/__init__.py
testproject/asgi.py
testproject/settings.py
testproject/urls.py
testproject/views.py
testproject/wsgi.py
testproject/templates/home.html
testproject/templates/registration/logged_out.html
testproject/templates/registration/login.html