.bandit
.gitignore
.isort.cfg
LICENSE
Makefile
README.md
manage.py
setup.py
.github/workflows/main.yml
.github/workflows/python-publish.yml
basxconnect/__init__.py
basxconnect.egg-info/PKG-INFO
basxconnect.egg-info/SOURCES.txt
basxconnect.egg-info/dependency_links.txt
basxconnect.egg-info/not-zip-safe
basxconnect.egg-info/requires.txt
basxconnect.egg-info/top_level.txt
basxconnect/contributions/__init__.py
basxconnect/contributions/apps.py
basxconnect/contributions/dynamic_preferences_registry.py
basxconnect/contributions/models.py
basxconnect/contributions/settings.py
basxconnect/contributions/urls.py
basxconnect/contributions/locale/de/LC_MESSAGES/django.po
basxconnect/contributions/locale/fr/LC_MESSAGES/django.po
basxconnect/contributions/locale/nb_NO/LC_MESSAGES/django.po
basxconnect/contributions/locale/pt/LC_MESSAGES/django.po
basxconnect/contributions/locale/th/LC_MESSAGES/django.po
basxconnect/contributions/migrations/0001_initial.py
basxconnect/contributions/migrations/__init__.py
basxconnect/contributions/wizards/__init__.py
basxconnect/contributions/wizards/contributionsimport.py
basxconnect/core/__init__.py
basxconnect/core/apps.py
basxconnect/core/context_processors.py
basxconnect/core/dynamic_preferences_registry.py
basxconnect/core/search_indexes.py
basxconnect/core/settings.py
basxconnect/core/urls.py
basxconnect/core/views.py
basxconnect/core/fixtures/base.de.json
basxconnect/core/fixtures/base.en.json
basxconnect/core/layouts/__init__.py
basxconnect/core/layouts/editlegalperson.py
basxconnect/core/layouts/editnaturalperson.py
basxconnect/core/layouts/editperson.py
basxconnect/core/layouts/editpersonassociation.py
basxconnect/core/layouts/settings_layout.py
basxconnect/core/locale/de/LC_MESSAGES/django.po
basxconnect/core/locale/fr/LC_MESSAGES/django.po
basxconnect/core/locale/nb_NO/LC_MESSAGES/django.po
basxconnect/core/locale/pt/LC_MESSAGES/django.po
basxconnect/core/locale/th/LC_MESSAGES/django.po
basxconnect/core/migrations/0001_initial.py
basxconnect/core/migrations/0002_auto_20210309_1750.py
basxconnect/core/migrations/0003_auto_20210309_2221.py
basxconnect/core/migrations/0004_auto_20210311_1851.py
basxconnect/core/migrations/0005_auto_20210311_1851.py
basxconnect/core/migrations/0006_auto_20210312_0016.py
basxconnect/core/migrations/0007_auto_20210312_0054.py
basxconnect/core/migrations/0008_auto_20210323_1456.py
basxconnect/core/migrations/0009_auto_20210522_1817.py
basxconnect/core/migrations/0010_auto_20210523_1140.py
basxconnect/core/migrations/__init__.py
basxconnect/core/models/__init__.py
basxconnect/core/models/addresses.py
basxconnect/core/models/persons.py
basxconnect/core/models/relationships.py
basxconnect/core/models/utils.py
basxconnect/core/static/logo.png
basxconnect/core/wizards/__init__.py
basxconnect/core/wizards/add_person.py